mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Update documentation for Enable/Disable commands.
This commit is contained in:
parent
fdfbb5c1bf
commit
d3901e5833
1 changed files with 9 additions and 9 deletions
|
|
@ -228,7 +228,7 @@ A list of modules can be found at |:TSModuleInfo|
|
|||
*:TSBufDisable*
|
||||
:TSBufDisable {module}~
|
||||
|
||||
Disable {module} on the current buffer
|
||||
Disable {module} on the current buffer.
|
||||
A list of modules can be found at |:TSModuleInfo|
|
||||
|
||||
*:TSBufToggle*
|
||||
|
|
@ -238,20 +238,20 @@ Toggle (enable if disabled, disable if enabled) {module} on the current
|
|||
buffer.
|
||||
A list of modules can be found at |:TSModuleInfo|
|
||||
|
||||
*:TSBufEnableAll*
|
||||
:TSBufEnableAll {module} [{language}]~
|
||||
*:TSEnableAll*
|
||||
:TSEnableAll {module} [{language}]~
|
||||
|
||||
Enable {module} for the session
|
||||
if {language} is specified, enable module for the session only for this
|
||||
Enable {module} for the session.
|
||||
If {language} is specified, enable module for the session only for this
|
||||
particular language.
|
||||
A list of modules can be found at |:TSModuleInfo|
|
||||
A list of languages can be found at |:TSInstallInfo|
|
||||
|
||||
*:TSBufDisableAll*
|
||||
:TSBufDisableAll {module} [{language}]~
|
||||
*:TSDisableAll*
|
||||
:TSDisableAll {module} [{language}]~
|
||||
|
||||
Disable {module} for the session
|
||||
if {language} is specified, disable module for the session only for this
|
||||
Disable {module} for the session.
|
||||
If {language} is specified, disable module for the session only for this
|
||||
particular language.
|
||||
A list of modules can be found at |:TSModuleInfo|
|
||||
A list of languages can be found at |:TSInstallInfo|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue