Add VimspectorInstall command with sort-of completion

This commit is contained in:
Ben Jackson 2020-07-03 18:47:48 +01:00
commit 025d193493
3 changed files with 83 additions and 1 deletions

View file

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