dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 11862758bbb7dbe36a5c314d85dfd4ad35b2ba6b
parent 9fbb9c8af98367e22667cf6f44268032c4a92641
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Fri,  3 Jul 2015 20:50:49 +0200

add emmet mode for html

Diffstat:
M.vimrc | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/.vimrc b/.vimrc @@ -133,6 +133,11 @@ NeoBundle 'junegunn/vim-easy-align' " open file manager (gof) or tmux pane (got) at current dir NeoBundle 'justinmk/vim-gtfo' +" <C-y>, +" http://www.vim.org/scripts/script.php?script_id=2981 +" http://emmet.io +NeoBundle 'mattn/emmet-vim' + call neobundle#end() filetype plugin indent on @@ -552,3 +557,8 @@ let g:pymode_syntax_space_errors = g:pymode_syntax_all " Don't autofold code let g:pymode_folding = 0 + +" Enable emmet in all modes +let g:user_emmet_mode='n' +let g:user_emmet_mode='inv' +let g:user_emmet_mode='a'