Add vim-easy-align plugin

This commit is contained in:
Fernando Schauenburg 2016-02-01 23:12:21 +01:00
parent 2df0e77c6b
commit ad59b85b2a

6
vimrc
View file

@ -65,6 +65,7 @@ let mapleader = ","
Plugin 'scrooloose/syntastic'
Plugin 'tpope/vim-fugitive'
Plugin 'terryma/vim-multiple-cursors'
Plugin 'junegunn/vim-easy-align'
call vundle#end()
filetype plugin indent on
@ -103,6 +104,11 @@ let mapleader = ","
" vim-trailing-whitespace {{{
nnoremap <leader>w :FixWhitespace<cr>
" }}}
" vim-easy-align {{{
xmap ga <Plug>(EasyAlign)
xmap ga <Plug>(EasyAlign)
" }}}
" }}}
augroup vimrc " {{{