9 lines
221 B
Lua
9 lines
221 B
Lua
return {
|
|
"nvim-treesitter/nvim-treesitter",
|
|
build = ":TSUpdate",
|
|
main = 'nvim-treesitter.configs',
|
|
opts = {
|
|
ensure_installed = { 'c', 'cpp', 'lua' },
|
|
highlight = { enable = true, }
|
|
}
|
|
}
|