feat: Added autotag

This commit is contained in:
Binciu Viorel 2024-05-26 11:39:25 +03:00
parent 2275ddc34b
commit 01b4ba34a4

7
lua/plugins/autotag.lua Normal file
View file

@ -0,0 +1,7 @@
return {
"windwp/nvim-ts-autotag",
lazy = false,
config = function()
require("nvim-ts-autotag").setup()
end,
}