diff options
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -79,6 +79,10 @@ if neobundle#tap('vim-racer') let $RUST_SRC_PATH= $XDG_DATA_HOME . '/rustc_src_latest/src/' endfunction endif +if neobundle#tap('vim-easy-align') + nmap ga <Plug>(EasyAlign) + call neobundle#untap() +endif if neobundle#tap('vim-addon-local-vimrc') let g:local_vimrc = {'names':['.lvimrc'],'hash_fun':'LVRHashOfFile'} call neobundle#untap() |