mirror of https://github.com/LazyVim/starter
9 lines
106 B
Lua
9 lines
106 B
Lua
|
return {
|
||
|
{
|
||
|
"nvim-treesitter/nvim-treesitter",
|
||
|
opts = {
|
||
|
auto_install = true,
|
||
|
},
|
||
|
},
|
||
|
}
|