From 425a56da632b7147650ddd76571b93d565b9f6fa Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Wed, 30 Jul 2025 19:12:42 +0200 Subject: [PATCH] docs: fix typo in :TSInstall --- doc/nvim-treesitter.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt index f77cb061b..3bb3f9356 100644 --- a/doc/nvim-treesitter.txt +++ b/doc/nvim-treesitter.txt @@ -57,7 +57,7 @@ COMMANDS *nvim-treesitter-commands* Install one or more treesitter parsers. {language} can be one or multiple parsers or tiers (`stable`, `unstable`, or `all` (not recommended)). This is a -no-op of the parser(s) are already installed. Installation is performed +no-op if the parser(s) are already installed. Installation is performed asynchronously. Use *:TSInstall!* to force installation even if a parser is already installed.