starter/lua/plugins/treesitter.lua

9 lines
106 B
Lua

return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
auto_install = true,
},
},
}