Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

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

doc/nvim-treesitter-refactor.txt

Lines changed: 2 additions & 0 deletions
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)