mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Implement TSToggleAll.
This commit is contained in:
parent
8e2807d09e
commit
fdfbb5c1bf
2 changed files with 29 additions and 0 deletions
|
|
@ -254,6 +254,15 @@ 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|
|
||||
|
||||
*:TSToggleAll*
|
||||
:TSToggleAll {module} [{language}]~
|
||||
|
||||
Toggle (enable if disabled, disable if enabled) {module} for the session.
|
||||
If {language} is specified, toggle 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|
|
||||
|
||||
*:TSModuleInfo*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue