From 2b1e72aa66f9513636bfde368816ec2cd9f150b4 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Mon, 4 Dec 2017 13:43:16 +0000 Subject: [PATCH] added vim-emmet --- vimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vimrc b/vimrc index dfe1bb1..fc45d18 100644 --- a/vimrc +++ b/vimrc @@ -79,6 +79,8 @@ Plugin 'tpope/vim-repeat' " taboo.vim " https://github.com/gcmt/taboo.vim Plugin 'gcmt/taboo.vim' +" https://github.com/mattn/emmet-vim +Plugin 'mattn/emmet-vim' " All of your Plugins must be added before the following line call vundle#end() " required @@ -288,6 +290,9 @@ nnoremap p :echom SyntaxItem() " plugins stuff +" emmet +let g:user_emmet_leader_key='' + " taboo.vim set sessionoptions+=tabpages,globals let g:taboo_tab_format = " %f%m "