mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 09:41:10 +01:00
treesitter fixed for React/js/jsx html inline formatting
This commit is contained in:
@@ -6,4 +6,23 @@ require'nvim-treesitter.configs'.setup {
|
|||||||
enable = true,
|
enable = true,
|
||||||
additional_vim_regex_highlighting = false,
|
additional_vim_regex_highlighting = false,
|
||||||
},
|
},
|
||||||
|
indent = {
|
||||||
|
enable = true,
|
||||||
|
disable = {},
|
||||||
|
},
|
||||||
|
ensure_installed = {
|
||||||
|
"tsx",
|
||||||
|
"toml",
|
||||||
|
"fish",
|
||||||
|
"php",
|
||||||
|
"json",
|
||||||
|
"yaml",
|
||||||
|
"swift",
|
||||||
|
"css",
|
||||||
|
"html",
|
||||||
|
"lua"
|
||||||
|
},
|
||||||
|
autotag = {
|
||||||
|
enable = true,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user