mirror of https://github.com/LazyVim/starter
7 lines
103 B
Lua
7 lines
103 B
Lua
|
return {
|
||
|
{
|
||
|
"nvim-treesitter/nvim-treesitter",
|
||
|
opts = { indent = { enable = false } },
|
||
|
},
|
||
|
}
|