lvim/lua/plugins.lua
2023-09-25 17:02:04 +08:00

14 lines
241 B
Lua

lvim.plugins = {
{
'aperezdc/vim-template',
config = function()
end,
},
{
"windwp/nvim-ts-autotag",
config = function()
require("nvim-ts-autotag").setup()
end,
},
}