mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 18:00:07 -04:00
refactor: nitpicking
This commit is contained in:
parent
aaf157a6a9
commit
f6dcbe66b0
3 changed files with 3 additions and 3 deletions
|
|
@ -107,7 +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
|
||||
sync_install = false, -- 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