mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
docs(readme): remove wiki link
This commit is contained in:
committed by
Christian Clason
parent
63fac0a576
commit
cdb5d5ef23
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user