Close HTML tags automatically

This commit is contained in:
Yash Karandikar 2022-07-27 21:31:28 -05:00
parent 1910f965bd
commit 2479cfef5a

1
.vimrc
View file

@ -31,6 +31,7 @@ Plug 'tpope/vim-fugitive'
Plug 'valloric/MatchTagAlways'
Plug 'preservim/nerdcommenter'
Plug 'iamcco/markdown-preview.nvim', { 'do': 'cd app && yarn install' } " requires nodejs and yarn installed
Plug 'alvan/vim-closetag'
call plug#end()