added vim-emmet

This commit is contained in:
ManjaroOne666 2017-12-04 13:43:16 +00:00
parent 066d50d9a1
commit 2b1e72aa66
1 changed files with 5 additions and 0 deletions

5
vimrc
View File

@ -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 <leader>p :echom SyntaxItem()<CR>
" plugins stuff
" emmet
let g:user_emmet_leader_key='<leader>'
" taboo.vim
set sessionoptions+=tabpages,globals
let g:taboo_tab_format = " %f%m "