heavim/cfg/20-plugins.vim
Emmanuel BENOîT d1472f0e89 Renamed configuration files
Preparing to replace NeoBundle as some point, so mentionning "bundles"
is kinda meh
2020-12-07 16:33:32 +01:00

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>