diff options
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -74,6 +74,11 @@ if neobundle#tap('syntastic') let g:syntastic_warning_symbol = '?' call neobundle#untap() endif +if neobundle#tap('vim-racer') + function! neobundle#hooks.on_source(bundle) + let $RUST_SRC_PATH= $XDG_DATA_HOME . '/rustc_src_latest/src/' + endfunction +endif if neobundle#tap('base16-vim') set bg=dark let base16colorspace=256 |