ajs-nvim/lua/plugins/autotag.lua

7 lines
120 B
Lua
Raw Normal View History

2024-03-12 23:21:50 +00:00
return {
"https://github.com/windwp/nvim-ts-autotag",
config = function()
require('nvim-ts-autotag').setup()
end
}