clojure-socketrepl.nvim icon indicating copy to clipboard operation
clojure-socketrepl.nvim copied to clipboard

Annoying prompt before starting nvim.

Open jpittis opened this issue 7 years ago • 1 comments

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 avatar Oct 12 '18 17:10 jpittis

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.

jpittis avatar Oct 12 '18 17:10 jpittis