vimspector
vimspector copied to clipboard
[Feature Request]: Add a VimspectorLaunch command.
At the moment users can start Vimspector with <F5>. However, that key may be already mapped and it would be beneficial to have a VimspectorLaunch command instead. As a workaround I am using the following:
command! VimspectorLaunch vimspector#Launch()