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

Annoying prompt before starting nvim. #4

Open
jpittis opened this issue Oct 12, 2018 · 1 comment
Open

Annoying prompt before starting nvim. #4

jpittis opened this issue Oct 12, 2018 · 1 comment

Comments

@jpittis
Copy link

jpittis commented Oct 12, 2018

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?

@jpittis
Copy link
Author

jpittis commented Oct 12, 2018

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.

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