-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
[FR] configing fallbacks for conjure auto connect? #453
Comments
I think the new |
See the commit above for more info, there's now a hook where you can intercept, replace or augment the current passive connection behaviour. More can be added when required. Should allow you to do basically anything you want although it will require a little thought and reading, not just a simple option to toggle I'm afraid. I think you can also override the |
This is only on the develop branch for now. There's general docs on hooks in the main |
Right now conjure is doing a great job by auto connecting. But I want it to start REPLs when it fails to do so. I know there's vim-jack-in, but how should I make it only start a REPL only when it fails to auto connect?
Is there a hook function or something?
The text was updated successfully, but these errors were encountered: