blob: 82ab02885aa436cdc93366935b7cbc97309fdfae (
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", "java", "javascript", "typescript", "c", "latex" },
auto_install = true,
highlight = {
enable = true,
additional_vim_regex_highlighting = false
}
}
}
|