nvim-config/lua/plugins/autotag.lua
2025-06-25 17:02:58 +01:00

4 lines
59 B
Lua

return {
-- autoclose tags
'windwp/nvim-ts-autotag',
}