refactor: nitpicking

This commit is contained in:
Sirisak Lueangsaksri 2021-11-06 09:02:59 +07:00 committed by Stephan Seitz
parent aaf157a6a9
commit f6dcbe66b0
3 changed files with 3 additions and 3 deletions

View file

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