Fix: lower number of treesitter installation and remove latex
This commit is contained in:
parent
8aefb98d32
commit
a3d16cbff2
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user