mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 09:41:10 +01:00
formatted
This commit is contained in:
@@ -2,24 +2,8 @@ require'nvim-treesitter.configs'.setup {
|
||||
ensure_installed = "all",
|
||||
sync_install = true,
|
||||
auto_install = true,
|
||||
highlight = {
|
||||
enable = true,
|
||||
additional_vim_regex_highlighting = false,
|
||||
},
|
||||
indent = {
|
||||
enable = true,
|
||||
disable = {},
|
||||
},
|
||||
ensure_installed = {
|
||||
"jsx",
|
||||
"toml",
|
||||
"json",
|
||||
"yaml",
|
||||
"css",
|
||||
"html",
|
||||
"lua"
|
||||
},
|
||||
autotag = {
|
||||
enable = true,
|
||||
},
|
||||
highlight = {enable = true, additional_vim_regex_highlighting = false},
|
||||
indent = {enable = true, disable = {}},
|
||||
ensure_installed = {"jsx", "toml", "json", "yaml", "css", "html", "lua"},
|
||||
autotag = {enable = true}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user