summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Pin Tan <tanchihpin0517@gmail.com>2022-10-11 23:53:19 +0800
committerChristian Clason <christian.clason@uni-due.de>2022-10-12 09:24:14 +0200
commite3a33e28129f5171c9217e2915a7cb58edc6b663 (patch)
tree9967d82cb9c1d9eed1dff3062eb61b67920559b3
parentd47f3469e3a783e7d1382ab3fe95ba2fa3021ec0 (diff)
Update configuration example for `auto_install`
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4a4dadb7..208cb59f 100644
--- a/README.md
+++ b/README.md
@@ -110,6 +110,7 @@ require'nvim-treesitter.configs'.setup {
sync_install = false,
-- Automatically install missing parsers when entering buffer
+ -- Recommendation: set to false if you don't have `tree-sitter` CLI installed locally
auto_install = true,
-- List of parsers to ignore installing (for "all")