add autoclosing for html tags

This commit is contained in:
Andrzej Stepien 2024-03-06 14:19:17 +01:00
parent ea86d7c6c9
commit 6844d581ad
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -48,7 +48,7 @@ Plug 'tpope/vim-fugitive'
"Plug 'yuezk/vim-js' "Plug 'yuezk/vim-js'
"Plug 'maxmellon/vim-jsx-pretty' "Plug 'maxmellon/vim-jsx-pretty'
Plug 'neoclide/coc.nvim', {'branch': 'release', 'for': ['json','lua','vim','js','mjs','html','css']} Plug 'neoclide/coc.nvim', {'branch': 'release', 'for': ['json','lua','vim','js','mjs','html','css']}
Plug 'alvan/vim-closetag'
call plug#end() call plug#end()
filetype plugin indent on filetype plugin indent on