diff options
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -76,6 +76,7 @@ if neobundle#tap('vim-racer') function! neobundle#hooks.on_source(bundle) let $RUST_SRC_PATH= $XDG_DATA_HOME . '/rustc_src_latest/src/' endfunction + call neobundle#untap() endif if neobundle#tap('vim-easy-align') nmap ga <Plug>(EasyAlign) |