fix: set max processes var for the plugin update UI
This commit is contained in:
parent
788de00c2f
commit
228c30d973
1 changed files with 3 additions and 0 deletions
|
@ -6,3 +6,6 @@ call dein#add('wsdjeg/dein-ui.vim', #{
|
|||
" Add key mappings for updates and installation
|
||||
nnoremap <silent> <Leader>Pu :DeinUpdate<cr>
|
||||
nnoremap <silent> <Leader>Pi :call CheckDeinInstall()<cr>
|
||||
|
||||
" Up to 4 tasks in parallel
|
||||
let g:spacevim_plugin_manager_processes=4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue