From 0823aba275427197d37aa569925d44ce7019e57a Mon Sep 17 00:00:00 2001 From: Thomas Vigouroux Date: Mon, 4 Jan 2021 08:35:43 +0100 Subject: [PATCH] docs: mention running packadd in README.md Thanks @David-Else for the suggestion. Fixes #270 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b5cf09183..b7d46d61e 100644 --- a/README.md +++ b/README.md @@ -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.