Add autoclose html tag plugins

main
Torpenn 2025-07-23 13:43:20 +02:00
parent cd92e00593
commit de4210deee
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
return { return {
'mattn/emmet-vim', -- emmet for vim 'mattn/emmet-vim', -- emmet for vim
'AndrewRadev/tagalong.vim' -- AutoChange Closing tag
} }