mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Update configuration example for auto_install
This commit is contained in:
parent
d47f3469e3
commit
e3a33e2812
1 changed files with 1 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue