From 2cb2d98629100cca039722471bc13d953f4cd904 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Wed, 15 Sep 2021 09:26:19 +0300 Subject: [PATCH] Add HTML plugins --- .vimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vimrc b/.vimrc index a3ed34e..4489354 100644 --- a/.vimrc +++ b/.vimrc @@ -43,6 +43,10 @@ Plug 'tpope/vim-fugitive' " comment/uncomment it Plug 'tpope/vim-commentary' +" HTML plugins +Plug 'mattn/emmet-vim' +Plug 'alvan/vim-closetag' + call plug#end() " Theme @@ -70,3 +74,4 @@ nmap w :w " Remaps to move line under the cursor down and up nnoremap :m .+1== nnoremap :m .-2== +