You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment users can start Vimspector with . 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()
The text was updated successfully, but these errors were encountered:
At the moment users can start Vimspector with . 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()
The text was updated successfully, but these errors were encountered: