sebdah / vim-delve

Neovim / Vim integration for Delve
MIT License
502 stars 24 forks source link

Add connect command #22

Closed sebdah closed 7 years ago

sebdah commented 7 years ago

This command now implements dlv connect support, so that it's possible to connect to a remote Delve server. It takse the host and port as input.

Closes #10