Emmanuel BENOîT
d1472f0e89
Preparing to replace NeoBundle as some point, so mentionning "bundles" is kinda meh
7 lines
251 B
VimL
7 lines
251 B
VimL
" Force NeoBundle to check the loaded plugins and install them
|
|
|
|
call DoNeoBundleCheck( )
|
|
|
|
" Add key mappings for updates and installation
|
|
nnoremap <silent> <Leader>Bu :NeoBundleCheckUpdate<cr>
|
|
nnoremap <silent> <Leader>Bi :call DoNeoBundleCheck()<cr>
|