fix(tex): remove latex treesitter support since it's not needed with vimtex and it needs treesitter-cli

This commit is contained in:
Folke Lemaitre 2024-06-04 09:39:25 +02:00
parent 0c396e298a
commit 3df8af369c
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -20,7 +20,7 @@ return {
"nvim-treesitter/nvim-treesitter",
opts = function(_, opts)
if type(opts.ensure_installed) == "table" then
vim.list_extend(opts.ensure_installed, { "bibtex", "latex" })
vim.list_extend(opts.ensure_installed, { "bibtex" })
end
if type(opts.highlight.disable) == "table" then
vim.list_extend(opts.highlight.disable, { "latex" })