diff --git a/.config/nvim/after/plugin/treesitter.lua b/.config/nvim/after/plugin/treesitter.lua index 7dc2427..0275e1a 100644 --- a/.config/nvim/after/plugin/treesitter.lua +++ b/.config/nvim/after/plugin/treesitter.lua @@ -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) -