summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/nvim-treesitter.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt
index b13cdace..d253194c 100644
--- a/doc/nvim-treesitter.txt
+++ b/doc/nvim-treesitter.txt
@@ -231,6 +231,13 @@ A list of modules can be found at |:TSModuleInfo|
Disable {module} on the current buffer
A list of modules can be found at |:TSModuleInfo|
+ *:TSBufToggle*
+:TSBufToggle {module}~
+
+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}]~