nvim-treesitter-refactor
nvim-treesitter-refactor copied to clipboard
feat(smart_rename): allow repeating last rename with . and vim-repeat
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 fails.