From e3a33e28129f5171c9217e2915a7cb58edc6b663 Mon Sep 17 00:00:00 2001 From: Chih-Pin Tan Date: Tue, 11 Oct 2022 23:53:19 +0800 Subject: Update configuration example for `auto_install` --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') 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") -- cgit v1.2.3