Allow a statically configured list of gadgets
Useful for storing config in source control
This commit is contained in:
parent
5fbc70165d
commit
8f5b928e4b
5 changed files with 57 additions and 18 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue