7 lines
120 B
Lua
7 lines
120 B
Lua
|
return {
|
||
|
"https://github.com/windwp/nvim-ts-autotag",
|
||
|
config = function()
|
||
|
require('nvim-ts-autotag').setup()
|
||
|
end
|
||
|
}
|