add autotagging

This commit is contained in:
andrzej 2024-03-13 00:21:50 +01:00
parent 5b66c7c5fa
commit 8017c3fa3d
1 changed files with 6 additions and 0 deletions

6
lua/plugins/autotag.lua Normal file
View File

@ -0,0 +1,6 @@
return {
"https://github.com/windwp/nvim-ts-autotag",
config = function()
require('nvim-ts-autotag').setup()
end
}