2023-06-17 18:29:04 +02:00
|
|
|
" 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
|
2023-06-17 18:29:04 +02:00
|
|
|
nnoremap <silent> <Leader>Pu :DeinUpdate<cr>
|
|
|
|
nnoremap <silent> <Leader>Pi :call CheckDeinInstall()<cr>
|