fix: set max processes var for the plugin update UI

This commit is contained in:
Emmanuel BENOîT 2025-04-29 08:52:03 +02:00
parent 788de00c2f
commit 228c30d973
Signed by: Emmanuel BENOîT
SSH key fingerprint: SHA256:l7PFUUF5TCDsvYeQC9OnTNz08dFY7Fvf4Hv3neIqYpg

View file

@ -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