blob: a218e13f1c07afd43737c27396c37cbfa917a5ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
return {
'nvim-treesitter/nvim-treesitter',
build = ':TSUpdate',
opts = {
ensure_installed = { "help", "lua", "python", "javascript", "typescript", "c", "latex", "vim", "go" },
auto_install = true,
highlight = {
enable = true,
additional_vim_regex_highlighting = false
}
}
}
|