mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 01:10:02 -04:00
Add hint to use :TSUpdate as post-update-hook
This commit is contained in:
parent
bdabf38a59
commit
bb4e2710f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
E.g., if you are using [vim-plug](https://github.com/junegunn/vim-plug), put this in your `init.vim` file:
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
Plug 'nvim-treesitter/nvim-treesitter'
|
Plug 'nvim-treesitter/nvim-treesitter', {'do', ':TSUpdate'} " We recommend updating the parsers on update
|
||||||
```
|
```
|
||||||
|
|
||||||
## Language parsers
|
## Language parsers
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue