Use vimtex for latex highlighting I guess (might reverse this later)
This commit is contained in:
parent
b7672414dd
commit
b9ce1d1f87
2 changed files with 8 additions and 2 deletions
dotfiles/neovim/lua/my/plugins
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue