Add vim-easy-align plugin
This commit is contained in:
parent
2df0e77c6b
commit
ad59b85b2a
1 changed files with 6 additions and 0 deletions
6
vimrc
6
vimrc
|
@ -65,6 +65,7 @@ let mapleader = ","
|
||||||
Plugin 'scrooloose/syntastic'
|
Plugin 'scrooloose/syntastic'
|
||||||
Plugin 'tpope/vim-fugitive'
|
Plugin 'tpope/vim-fugitive'
|
||||||
Plugin 'terryma/vim-multiple-cursors'
|
Plugin 'terryma/vim-multiple-cursors'
|
||||||
|
Plugin 'junegunn/vim-easy-align'
|
||||||
|
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
@ -103,6 +104,11 @@ let mapleader = ","
|
||||||
" vim-trailing-whitespace {{{
|
" vim-trailing-whitespace {{{
|
||||||
nnoremap <leader>w :FixWhitespace<cr>
|
nnoremap <leader>w :FixWhitespace<cr>
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
|
" vim-easy-align {{{
|
||||||
|
xmap ga <Plug>(EasyAlign)
|
||||||
|
xmap ga <Plug>(EasyAlign)
|
||||||
|
" }}}
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
augroup vimrc " {{{
|
augroup vimrc " {{{
|
||||||
|
|
Loading…
Add table
Reference in a new issue