Add hint to use :TSUpdate as post-update-hook

This commit is contained in:
Stephan Seitz 2020-11-28 20:41:23 +01:00 committed by Stephan Seitz
parent bdabf38a59
commit bb4e2710f8

View file

@ -73,7 +73,7 @@ You can install `nvim-treesitter` with your favorite package manager (or using t
E.g., if you are using [vim-plug](https://github.com/junegunn/vim-plug), put this in your `init.vim` file:
```vim
Plug 'nvim-treesitter/nvim-treesitter'
Plug 'nvim-treesitter/nvim-treesitter', {'do', ':TSUpdate'} " We recommend updating the parsers on update
```
## Language parsers