mirror of https://github.com/LazyVim/starter
12 lines
166 B
Lua
12 lines
166 B
Lua
|
return {
|
||
|
"nvim-treesitter/nvim-treesitter",
|
||
|
opts = {
|
||
|
autotag = {
|
||
|
enable = true,
|
||
|
},
|
||
|
},
|
||
|
dependencies = {
|
||
|
{ "windwp/nvim-ts-autotag" },
|
||
|
},
|
||
|
}
|