fix vimtex

This commit is contained in:
2024-06-19 08:58:49 +02:00
parent 76e956d95a
commit f3e13c4f6f

View File

@@ -19,6 +19,7 @@ require'nvim-treesitter.configs'.setup {
-- Set this to `true` if you depend on 'syntax' being enabled (like for indentation).
-- Using this option may slow down your editor, and you may see some duplicate highlights.
-- Instead of true it can also be a list of languages
disable = {"latex"},
additional_vim_regex_highlighting = false,
},
}
@@ -53,4 +54,3 @@ local autoCommands = {
}
M.nvim_create_augroups(autoCommands)