Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start and attach to swank server #9

Open
LordMZTE opened this issue May 13, 2023 · 0 comments
Open

Start and attach to swank server #9

LordMZTE opened this issue May 13, 2023 · 0 comments

Comments

@LordMZTE
Copy link

I'm using a neovim plugin called conjure which can attach to a swank server for interactive evaluation. I want to use this plugin in conjunction with mondo. This works very nicely, but its a bit of an annoying procedure:

  • start a swank server with ros run --eval '(ql:quickload :swank)' --eval '(swank:create-server :dont-close t)
  • attach mondo to that server with mondo -p 4005
  • attach nvim to the swank server

It would be great if mondo could start it's own swank server on port 4005 and attach to that so I don't need step 1 here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant