fix vimtex
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user