mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat: add option to auto-install missing parsers (#3130)
This commit is contained in:
parent
8f13ef1563
commit
365f0eb75f
4 changed files with 25 additions and 1 deletions
|
|
@ -51,6 +51,9 @@ To enable supported features, put this in your `init.lua` file:
|
|||
-- Install parsers synchronously (only applied to `ensure_installed`)
|
||||
sync_install = false,
|
||||
|
||||
-- Automatically install missing parsers when entering buffer
|
||||
auto_install = false,
|
||||
|
||||
-- List of parsers to ignore installing (for "all")
|
||||
ignore_install = { "javascript" },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue