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 {
|
require'nvim-treesitter.configs'.setup {
|
||||||
-- One of "all", "maintained" (parsers with maintainers), or a list of languages
|
-- 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 = {
|
highlight = {
|
||||||
enable = true,
|
enable = true,
|
||||||
-- disable = {"latex"}
|
|
||||||
additional_vim_regex_highlighting = false,
|
additional_vim_regex_highlighting = false,
|
||||||
},
|
},
|
||||||
indent = {
|
indent = {
|
||||||
enable = false,
|
enable = true,
|
||||||
disable = {"latex"}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
-- vim.opt.foldmethod = "expr"
|
-- vim.opt.foldmethod = "expr"
|
||||||
|
Loading…
Reference in New Issue
Block a user