Skip to content

Commit 1d7d049

Browse files
binyomentheHamsta
authored andcommitted
Add comments to help file
1 parent 0df03a4 commit 1d7d049

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: doc/nvim-treesitter-refactor.txt

+2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Supported options:
8383
refactor = {
8484
smart_rename = {
8585
enable = true,
86+
-- Assign keymaps to false to disable them, e.g. `smart_rename = false`.
8687
keymaps = {
8788
smart_rename = "grr",
8889
},
@@ -126,6 +127,7 @@ Supported options:
126127
refactor = {
127128
navigation = {
128129
enable = true,
130+
-- Assign keymaps to false to disable them, e.g. `goto_definition = false`.
129131
keymaps = {
130132
goto_definition = "gnd",
131133
list_definitions = "gnD",

0 commit comments

Comments
 (0)