added vim-emmet
This commit is contained in:
parent
066d50d9a1
commit
2b1e72aa66
5
vimrc
5
vimrc
|
@ -79,6 +79,8 @@ Plugin 'tpope/vim-repeat'
|
||||||
" taboo.vim
|
" taboo.vim
|
||||||
" https://github.com/gcmt/taboo.vim
|
" https://github.com/gcmt/taboo.vim
|
||||||
Plugin '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
|
" All of your Plugins must be added before the following line
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
|
@ -288,6 +290,9 @@ nnoremap <leader>p :echom SyntaxItem()<CR>
|
||||||
|
|
||||||
" plugins stuff
|
" plugins stuff
|
||||||
|
|
||||||
|
" emmet
|
||||||
|
let g:user_emmet_leader_key='<leader>'
|
||||||
|
|
||||||
" taboo.vim
|
" taboo.vim
|
||||||
set sessionoptions+=tabpages,globals
|
set sessionoptions+=tabpages,globals
|
||||||
let g:taboo_tab_format = " %f%m "
|
let g:taboo_tab_format = " %f%m "
|
||||||
|
|
Loading…
Reference in New Issue