1
Fork 0

Use vimtex for latex highlighting I guess (might reverse this later)

This commit is contained in:
Matei Adriel 2022-09-26 22:54:16 +02:00
commit b9ce1d1f87
2 changed files with 8 additions and 2 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -12,7 +12,7 @@ function M.setup()
highlight = {
enable = true,
disable = { "kotlin", "tex" },
disable = { "kotlin", "tex", "latex" },
-- Setting this to true will run `:h syntax` and tree-sitter at the same time.
-- Set this to `true` if you depend on 'syntax' being enabled (like for indentation).