mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
docs(readme): remove wiki link
This commit is contained in:
parent
63fac0a576
commit
42df97fd85
2 changed files with 1 additions and 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.**
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue