Add VimspectorInstall command with sort-of completion
This commit is contained in:
parent
f945dbcfdd
commit
025d193493
3 changed files with 83 additions and 1 deletions
|
|
@ -97,6 +97,11 @@ command! -bar
|
|||
\ VimspectorReset
|
||||
\ call vimspector#Reset()
|
||||
|
||||
" Installer commands
|
||||
command! -bar -nargs=* -complete=custom,vimspector#CompleteInstall
|
||||
\ VimspectorInstall
|
||||
\ call vimspector#Install( <f-args> )
|
||||
|
||||
" Dummy autocommands so that we can call this whenever
|
||||
augroup VimspectorUserAutoCmds
|
||||
au!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue