nvim-dot-file/lua/plugins/nvim-treesitter.lua
2026-05-02 17:17:04 +02:00

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, }
}
}