4 lines
151 B
VimL
4 lines
151 B
VimL
|
" Add key mappings for updates and installation
|
||
|
nnoremap <silent> <Leader>Pu :DeinUpdate<cr>
|
||
|
nnoremap <silent> <Leader>Pi :call CheckDeinInstall()<cr>
|