aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 31d291b06..33dcb5676 100644
--- a/README.md
+++ b/README.md
@@ -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