diff --git a/vimrc b/vimrc index a6ebe82..9123949 100644 --- a/vimrc +++ b/vimrc @@ -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 w :FixWhitespace " }}} + + " vim-easy-align {{{ + xmap ga (EasyAlign) + xmap ga (EasyAlign) + " }}} " }}} augroup vimrc " {{{