From cf768b0069f02ea4b3c35c25b96ef8502d8ff91f Mon Sep 17 00:00:00 2001 From: Samyak Sarnayak Date: Wed, 30 Jun 2021 17:04:24 +0530 Subject: doc: link Installation wiki page in the README As discussed in #1439 --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b6de9af83..78d35975f 100644 --- a/README.md +++ b/README.md @@ -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`). -- cgit v1.2.3-70-g09d2