nvim-treesitter-refactor
nvim-treesitter-refactor copied to clipboard
Refactor module for nvim-treesitter
Currently there is no way to disable default mappings. The best you can do is use some unlikely key combinations on the left-hand side so that defaults like `gnd` don't...
Wrap `vim.*.input` to `pcall` to avoid `E5108: Error executing lua Keyboard interrupt` error on `CTRL-C`
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Hey! First off awesome...
closes #29 After doing a rename one can use `.` to rename whatever node is under the cursor with the same new name. If `vim-repeat` is not installed it silently...
Fix: https://github.com/nvim-treesitter/nvim-treesitter-refactor/issues/12
**Is your feature request related to a problem? Please describe.** I experience a blinky highlighting even if `clear_on_cursor_move = false`. **Describe the solution you'd like** It would be nice to...
**Describe the bug** I have installed both this plugin and [which key](https://github.com/folke/which-key.nvim) and I followed example configuration of both plugins on readme. I don't see this plugin's key hint showing...
**Describe the bug** As of recently, the first use of `smart_rename` within a NeoVim session has started emitting a deprecation warning: ``` nvim-treesitter.ts_utils.get_node_text is deprecated: use vim.treesitter.query.get_node_text ``` **To Reproduce**...
**Is your feature request related to a problem? Please describe.** Markdown has now a treesitter implementation. This came with language-specific syntax highlighting for the different code blocks in the markdown...
**Is your feature request related to a problem? Please describe.** I like the idea of having the current scope highlighted. But I must admit that I get "annoyed" that only...