mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
docs: mention running packadd in README.md
Thanks @David-Else for the suggestion. Fixes #270
This commit is contained in:
parent
3d4662e797
commit
0823aba275
1 changed files with 5 additions and 0 deletions
|
|
@ -406,3 +406,8 @@ This will save, restore and enable highlighting for the current buffer.
|
|||
|
||||
This might happen, and is known to happen, with `vim-clap`.
|
||||
To avoid these kind of errors, please use `setlocal` instead of `set` for the respective filetypes.
|
||||
|
||||
#### I run into errors like `module 'nvim-treesitter.configs' not found` at startup
|
||||
|
||||
This is because of `rtp` management in `nvim`, adding `packadd
|
||||
nvim-treesitter` should fix the issue.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue