mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-26 10:48:45 +02:00
fix(tex): remove latex treesitter support since it's not needed with vimtex and it needs treesitter-cli
This commit is contained in:
parent
0c396e298a
commit
3df8af369c
1 changed files with 1 additions and 1 deletions
|
@ -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" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue