diff options
| author | Thomas Vigouroux <tomvig38@gmail.com> | 2021-01-04 08:35:43 +0100 |
|---|---|---|
| committer | Thomas Vigouroux <tomvig38@gmail.com> | 2021-01-04 08:46:18 +0100 |
| commit | 0823aba275427197d37aa569925d44ce7019e57a (patch) | |
| tree | 7072be85541694ed25135b55810fc75ed8e63e4c | |
| parent | 3d4662e79782f6a9706c441fc63e873148568a27 (diff) | |
docs: mention running packadd in README.md
Thanks @David-Else for the suggestion.
Fixes #270
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 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. |
