add autoclosing for html tags
This commit is contained in:
parent
ea86d7c6c9
commit
6844d581ad
2
.vimrc
2
.vimrc
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue