clojure-socketrepl.nvim
clojure-socketrepl.nvim copied to clipboard
Annoying prompt before starting nvim.
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?
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.