heavim/cfg/20-plugins.vim

8 lines
251 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( )
2015-03-08 17:11:47 +01:00
" Add key mappings for updates and installation
nnoremap <silent> <Leader>Bu :NeoBundleCheckUpdate<cr>
nnoremap <silent> <Leader>Bi :call DoNeoBundleCheck()<cr>