diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/nvim-treesitter.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt index 6a0a7629b..47ccdf72a 100644 --- a/doc/nvim-treesitter.txt +++ b/doc/nvim-treesitter.txt @@ -212,10 +212,10 @@ installed. Perform the |:TSUpdate| operation synchronously. *:TSUninstall* -:TSUninstall {language}~ +:TSUninstall {language} ...~ -Deletes the parser for corresponding {language}. You can use 'all' for -language to uninstall all parsers. +Deletes the parser for one or more {language}. You can use 'all' for language +to uninstall all parsers. *:TSBufEnable* :TSBufEnable {module}~ |
