2023-06-18 11:36:40 +02:00
|
|
|
call dein#add('wsdjeg/dein-ui.vim', #{
|
|
|
|
\ lazy: 1,
|
2023-06-18 14:04:54 +02:00
|
|
|
\ on_cmd: ['DeinUpdate'],
|
2023-06-18 11:36:40 +02:00
|
|
|
\ })
|
2023-06-18 14:04:54 +02:00
|
|
|
|
|
|
|
" Add key mappings for updates and installation
|
|
|
|
nnoremap <silent> <Leader>Pu :DeinUpdate<cr>
|
|
|
|
nnoremap <silent> <Leader>Pi :call CheckDeinInstall()<cr>
|