updated lspconfig

This commit is contained in:
Aram Markarov
2026-03-17 03:24:37 +01:00
parent 77e57a8456
commit cf023aca52
3 changed files with 12 additions and 29 deletions
+1 -2
View File
@@ -1,9 +1,8 @@
require'nvim-treesitter.configs'.setup {
require'nvim-treesitter.config'.setup {
ensure_installed = "all",
sync_install = true,
auto_install = true,
highlight = {enable = true, additional_vim_regex_highlighting = false},
indent = {enable = true, disable = {}},
ensure_installed = {"toml", "json", "yaml", "css", "html", "lua"},
autotag = {enable = true}
}