dein-ui plugin - Set up key maps when the plugin is loaded

This commit is contained in:
Emmanuel BENOîT 2023-06-18 11:37:54 +02:00
parent db29dc81d6
commit 03ae895e9e
No known key found for this signature in database
GPG key ID: 2356DC6956CF54EF
2 changed files with 3 additions and 4 deletions

View file

@ -1,6 +1,2 @@
" Force Dein to check the loaded plugins and install them
call CheckDeinInstall( )
" Add key mappings for updates and installation
nnoremap <silent> <Leader>Pu :DeinUpdate<cr>
nnoremap <silent> <Leader>Pi :call CheckDeinInstall()<cr>

View file

@ -0,0 +1,3 @@
" Add key mappings for updates and installation
nnoremap <silent> <Leader>Pu :DeinUpdate<cr>
nnoremap <silent> <Leader>Pi :call CheckDeinInstall()<cr>