heavim/cfg/20-plugins.vim

7 lines
235 B
VimL
Raw Normal View History

" Force Dein to check the loaded plugins and install them
call CheckDeinInstall( )
2015-02-23 22:11:15 +01:00
2015-03-08 17:11:47 +01:00
" Add key mappings for updates and installation
nnoremap <silent> <Leader>Pu :DeinUpdate<cr>
nnoremap <silent> <Leader>Pi :call CheckDeinInstall()<cr>