diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | doc/nvim-treesitter.txt | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -81,8 +81,6 @@ For `nvim-treesitter` to support a specific feature for a specific language requ A list of the currently supported languages can be found [on this page](SUPPORTED_LANGUAGES.md). If you wish to add a new language or improve the queries for an existing one, please see our [contributing guide](CONTRIBUTING.md). -For related information on the supported languages, including related plugins, see [this wiki page](https://github.com/nvim-treesitter/nvim-treesitter/wiki/Supported-Languages-Information). - # Supported features `nvim-treesitter` provides queries for the following features. **These are not automatically enabled.** 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. |
