We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df03a4 commit 1d7d049Copy full SHA for 1d7d049
doc/nvim-treesitter-refactor.txt
@@ -83,6 +83,7 @@ Supported options:
83
refactor = {
84
smart_rename = {
85
enable = true,
86
+ -- Assign keymaps to false to disable them, e.g. `smart_rename = false`.
87
keymaps = {
88
smart_rename = "grr",
89
},
@@ -126,6 +127,7 @@ Supported options:
126
127
128
navigation = {
129
130
+ -- Assign keymaps to false to disable them, e.g. `goto_definition = false`.
131
132
goto_definition = "gnd",
133
list_definitions = "gnD",
0 commit comments