starter/lua/plugins/treesitter.lua

9 lines
106 B
Lua
Raw Normal View History

2024-04-25 16:11:44 +08:00
return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
auto_install = true,
},
},
}