more plugins added

This commit is contained in:
adollar 2025-06-25 17:02:58 +01:00
parent 073319c1b9
commit c47d849a01
5 changed files with 41 additions and 0 deletions

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

@ -0,0 +1,4 @@
return {
-- autoclose tags
'windwp/nvim-ts-autotag',
}