chg: Disable treesitter for latex

This commit is contained in:
Sayantan Santra 2024-03-27 19:49:23 -05:00
parent fafa7342ce
commit 21dcb21444
Signed by: SinTan1729
GPG Key ID: EB3E68BFBA25C85F
1 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,11 @@
local configs = require("nvim-treesitter.configs") local configs = require("nvim-treesitter.configs")
configs.setup({ configs.setup({
ensure_installed = { "rust", "lua", "vim", "vimdoc", "latex", "ocaml", ensure_installed = { "rust", "lua", "vim", "vimdoc", "ocaml",
"yaml", "dockerfile", "bash", "html", "javascript", "css", "go", "yaml", "dockerfile", "bash", "html", "javascript", "css", "go",
"json", "python", "fish" }, "json", "python", "fish" },
sync_install = false, sync_install = false,
disable = { "latex" },
highlight = { highlight = {
enable = true, enable = true,
disable = { "make" }, disable = { "make" },