mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 09:20:04 -04:00
feat: sync install for ensure_installed
This commit is contained in:
parent
83efae51bf
commit
aaf157a6a9
3 changed files with 8 additions and 1 deletions
|
|
@ -107,6 +107,7 @@ All modules are disabled by default and need to be activated explicitly in your
|
|||
lua <<EOF
|
||||
require'nvim-treesitter.configs'.setup {
|
||||
ensure_installed = "maintained", -- one of "all", "maintained" (parsers with maintainers), or a list of languages
|
||||
sync_install = true, -- install languages synchronously
|
||||
ignore_install = { "javascript" }, -- List of parsers to ignore installing
|
||||
highlight = {
|
||||
enable = true, -- false will disable the whole extension
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue