treesitter fixed for React/js/jsx html inline formatting

This commit is contained in:
Aram Markarov
2025-12-06 18:58:43 +01:00
parent 199acf85a3
commit 11d533b995
+19
View File
@@ -6,4 +6,23 @@ require'nvim-treesitter.configs'.setup {
enable = true,
additional_vim_regex_highlighting = false,
},
indent = {
enable = true,
disable = {},
},
ensure_installed = {
"tsx",
"toml",
"fish",
"php",
"json",
"yaml",
"swift",
"css",
"html",
"lua"
},
autotag = {
enable = true,
},
}