Emmanuel BENOîT
b0647949f8
* Shortcut changes to make the Leader-based shortcuts easier to use * Install vim-which-key * Style fixes and changes * Reorganised some of the settings
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>Pu :NeoBundleCheckUpdate<cr>
|
|
nnoremap <silent> <Leader>Pi :call DoNeoBundleCheck()<cr>
|