doc: link Installation wiki page in the README

As discussed in #1439
This commit is contained in:
Samyak Sarnayak 2021-06-30 17:04:24 +05:30 committed by Thomas Vigouroux
parent b09e889e3d
commit cf768b0069

View file

@ -76,6 +76,8 @@ E.g., if you are using [vim-plug](https://github.com/junegunn/vim-plug), put thi
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} " We recommend updating the parsers on update
```
For other plugin managers such as `packer.nvim`, see this [Installation page from the wiki](https://github.com/nvim-treesitter/nvim-treesitter/wiki/Installation) (Note that this page is community maintained).
## Language parsers
Treesitter uses a different _parser_ for every language, which needs to be generated via `tree-sitter-cli` from a `grammar.js` file, then compiled to a `.so` library that needs to be placed in neovim's `runtimepath` (typically under `parser/{language}.so`).