docs(readme): remove wiki link

This commit is contained in:
Christian Clason
2025-10-17 14:19:37 +02:00
committed by Christian Clason
parent 63fac0a576
commit cdb5d5ef23
2 changed files with 1 additions and 3 deletions

View File

@@ -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.**

View File

@@ -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.