We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now that I've added the plugin to my nvim config, every time I boot nvim I get the following prompt before entering the editor:
Press ENTER or type command to continue Starting SocketREPL plugin...
I find this annoying / especially when working on non clojure projects. Can we remove it?
The text was updated successfully, but these errors were encountered:
This can be "fixed" with the following setting:
let g:manually_start_socket_repl_plugin = 1
I'm wondering whether this should be on by default and instead we should have:
let g:automatically_start_socket_repl_plugin = 1
Either way, calling echo when starting up nvim is a bad practice.
echo
Sorry, something went wrong.
No branches or pull requests
Now that I've added the plugin to my nvim config, every time I boot nvim I get the following prompt before entering the editor:
I find this annoying / especially when working on non clojure projects. Can we remove it?
The text was updated successfully, but these errors were encountered: