Update configuration example for auto_install

This commit is contained in:
Chih-Pin Tan 2022-10-11 23:53:19 +08:00 committed by Christian Clason
parent d47f3469e3
commit e3a33e2812

View file

@ -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")