Allow a statically configured list of gadgets

Useful for storing config in source control
This commit is contained in:
Ben Jackson 2020-07-23 16:25:04 +01:00
commit 8f5b928e4b
5 changed files with 57 additions and 18 deletions

View file

@ -236,9 +236,6 @@ function! vimspector#Install( bang, ... ) abort
if !s:enabled
return
endif
if a:0 < 1
return
endif
let prefix = vimspector#internal#state#GetAPIPrefix()
py3 __import__( 'vimspector',
\ fromlist = [ 'installer' ] ).installer.RunInstaller(