aboutsummaryrefslogtreecommitdiffstats
path: root/doc/nvim-treesitter.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/nvim-treesitter.txt')
-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 5d32f217a..ebe568a1f 100644
--- a/doc/nvim-treesitter.txt
+++ b/doc/nvim-treesitter.txt
@@ -127,12 +127,19 @@ You can use |:TSInstall| `all` to install all parsers.
:TSInstallInfo~
List informations about currently installed parsers
+
*:TSUpdate*
:TSUpdate {language}~
Update the installed parser of {language} or all installed parsers
if {language} is omitted.
+ *:TSUninstall*
+:TSUninstall {language}~
+
+Deletes the parser for corresponding {language}. You can use 'all' for
+language to uninstall all parsers.
+
*:TSBufEnable*
:TSBufEnable {module}~