mirror of
https://github.com/junegunn/vim-plug
synced 2026-05-21 17:27:57 -04:00
https://github.com/junegunn/vim-plug/issues/477#issuecomment-212746298 One can directly use it to redefine Plug command: function! s:plug_with_default(...) call plug#(a:1, extend(get(g:, 'plug_opts', {}), get(a:000, 1, {}))) endfunction command! -nargs=+ Plug call s:plug_with_default(<args>)
64 KiB
64 KiB