From b8408203b8785028e1dca43cd5713b1eec0e59f3 Mon Sep 17 00:00:00 2001 From: Duarte OC Date: Mon, 19 Jul 2021 18:18:58 +0100 Subject: Updated TSInstall example command. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When getting set up, the current instructions make me think I have to write `:TSInstall {'python'}`, when the correct command is `TSInstall python` Let me know if this makes sense 😄 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96f61d9b..a97cf1f2 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Treesitter uses a different _parser_ for every language, which needs to be gener To simplify this, `nvim-treesitter` provides commands to automate this process. If the language is already [supported by `nvim-treesitter`](#supported-languages), you can install it with ```vim -:TSInstall {language} +:TSInstall language ``` This command supports tab expansion. You can also get a list of all available languages and their installation status with `:TSInstallInfo`. -- cgit v1.2.3