Fix treesitter + vimtex, fix concealment

This commit is contained in:
2024-03-10 21:09:37 +01:00
parent 5b4ffb2514
commit 0e81707573
2 changed files with 30 additions and 4 deletions

View File

@@ -28,8 +28,11 @@ return {
highlight = {
enable = true,
additional_vim_regex_highlighting = false,
disable = {
-- additional_vim_regex_highlighting = false,
-- disable = {
-- "latex"
-- },
additional_vim_regex_highlighting = {
"latex"
}
}