heavim/cfg/20-install-bundles.vim

8 lines
222 B
VimL
Raw Normal View History

2015-02-23 22:11:15 +01:00
" Force NeoBundle to check the loaded plugins and install them
call DoNeoBundleCheck( )
" Do mappings somewhere else
" nmap <silent> <S-F12> :NeoBundleCheckUpdate<cr>
" nmap <silent> <C-F12> :call DoNeoBundleCheck()<cr>