Fix: lower number of treesitter installation and remove latex

This commit is contained in:
Bertrand Benjamin 2022-08-17 21:24:43 +02:00
parent 8aefb98d32
commit a3d16cbff2
1 changed files with 2 additions and 4 deletions

View File

@ -1,14 +1,12 @@
require'nvim-treesitter.configs'.setup {
-- One of "all", "maintained" (parsers with maintainers), or a list of languages
ensure_installed = "all",
ensure_installed = {"python", "css", "html", "lua", "javascript", "vue", "c", "markdown", "rst"},
highlight = {
enable = true,
-- disable = {"latex"}
additional_vim_regex_highlighting = false,
},
indent = {
enable = false,
disable = {"latex"}
enable = true,
}
}
-- vim.opt.foldmethod = "expr"