From 70939e71c974541a186f855d422cc8f3a420d672 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Sat, 1 Aug 2020 18:32:12 +0200 Subject: Add TSUninstall --- doc/nvim-treesitter.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt index 5d32f217..ebe568a1 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}~ -- cgit v1.2.3