This commit is contained in:
Christian Nieves
2022-12-10 19:41:28 -06:00
parent 38d06bc325
commit 493b91335d
4 changed files with 48 additions and 30 deletions

View File

@ -6,9 +6,9 @@ ensure_installed = "all",
-- Install parsers synchronously (only applied to `ensure_installed`)
sync_install = false,
highlight = {
-- `false` will disable the whole extension
enable = true,
highlight = {
-- `false` will disable the whole extension
enable = true,
indent = {
enable = true
},
@ -21,4 +21,8 @@ highlight = {
-- additional_vim_regex_highlighting = true,
-- additional_vim_regex_highlighting = {"java"},
},
rainbow = {
enable = true,
extended_mode = true,
}
}