heavim/cfg/20-install-bundles.vim

7 lines
222 B
VimL

" 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>