1
- *nvim-treesitter-refactor*
1
+ *nvim-treesitter-refactor.txt *
2
2
3
3
Minimum version of neovim: nightly
4
4
5
5
Authors: Steven Sojka <steelsojka@gmail.com>
6
6
Yazdani Kiyan <yazdani.kiyan@protonmail.com>
7
7
Vigouroux Thomas <tomvig38@gmail.com>
8
- https://github.com/nvim-treesitter/nvim-treesitter/graphs/contributors
8
+ https://github.com/nvim-treesitter/nvim-treesitter-refactor /graphs/contributors
9
9
10
10
Type | gO | to see the table of contents.
11
11
12
12
==============================================================================
13
- QUICK START *nvim-treesitter-quickstart *
13
+ QUICK START *nvim-treesitter-refactor *
14
14
15
- See :help nvim-treesitter on how to configure modules
15
+ See | nvim-treesitter-modules | on how to configure modules.
16
16
17
17
------------------------------------------------------------------------------
18
- REFACTOR *nvim-treesitter-refactor-mod *
18
+ MODULES *nvim-treesitter-refactor-modules *
19
19
20
- *nvim-treesitter-highlight-definitions-submod *
20
+ *nvim-treesitter-refactor- highlight-definitions*
21
21
Highlight definitions~
22
22
23
23
Highlights definition and usages of the current symbol under the cursor.
@@ -37,7 +37,7 @@ Supported options:
37
37
EOF
38
38
<
39
39
40
- *nvim-treesitter-highlight-current-scope-submod *
40
+ *nvim-treesitter-refactor- highlight-current-scope*
41
41
Highlight current scope~
42
42
43
43
Highlights the block from the current scope where the cursor is.
@@ -57,7 +57,7 @@ Supported options:
57
57
EOF
58
58
<
59
59
60
- *nvim-treesitter-smart-rename-submod *
60
+ *nvim-treesitter-refactor- smart-rename*
61
61
Smart rename~
62
62
63
63
Renames the symbol under the cursor within the current scope (and current file).
@@ -85,7 +85,7 @@ Supported options:
85
85
EOF
86
86
<
87
87
88
- *nvim-treesitter-navigation-submod *
88
+ *nvim-treesitter-refactor-navigation *
89
89
Navigation~
90
90
91
91
Provides "go to definition" for the symbol under the cursor,
@@ -133,24 +133,21 @@ Supported options:
133
133
<
134
134
135
135
==============================================================================
136
- MODULE-HIGHLIGHTS *nvim-treesitter-module-highlights*
137
-
138
- Apart from the general purpose highlights in | nvim-treesitter-highlights | ,
139
- some submodules use their own highlight groups to visualize additional
140
- information.
136
+ HIGHLIGHTS *nvim-treesitter-refactor-highlights*
141
137
142
138
`TSDefinition`
143
139
*hl-TSDefinition*
144
- Used by refactor.highlight_definitions to highlight the definition of the
145
- symbol under the cursor.
140
+ Used by | nvim-treesitter- refactor-highlight-definitions | to highlight the
141
+ definition of the symbol under the cursor.
146
142
147
143
`TSDefinitionUsage`
148
144
*hl-TSDefinitionUsage*
149
- Used by refactor.highlight_definitions to highlight usages of the symbol under
150
- the cursor.
145
+ Used by | nvim-treesitter- refactor-highlight-definitions | to highlight usages
146
+ of the symbol under the cursor.
151
147
152
148
`TSCurrentScope`
153
149
*hl-TSCurrentScope*
154
- Used by refactor.highlight_current_scope to highlight the current scope.
150
+ Used by | nvim-treesitter-refactor-highlight-current-scope | to highlight the
151
+ current scope.
155
152
156
153
vim:tw=78:ts=8:expandtab:noet:ft=help:norl:
0 commit comments