fix(neovim): fix key bindings
This commit is contained in:
parent
08afb639f6
commit
a1b24cb746
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ require'nvim-treesitter.configs'.setup {
|
|||
smart_rename = {
|
||||
enable = true,
|
||||
keymaps = {
|
||||
smart_rename = "grr",
|
||||
smart_rename = "<leader>R",
|
||||
},
|
||||
},
|
||||
navigation = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue