heavim/plugins/dein-ui.vim.cfg.vim

4 lines
151 B
VimL
Raw Normal View History

" Add key mappings for updates and installation
nnoremap <silent> <Leader>Pu :DeinUpdate<cr>
nnoremap <silent> <Leader>Pi :call CheckDeinInstall()<cr>