You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I often want to open a quickly open a repl even when not in a Clojure buffer. (I'm working in a polyglot project.) However :Repl is only set as a command when a Clojure buffer is active. Maybe :Repl could be a plain command, so that you can open a quick repl from any buffer.
The text was updated successfully, but these errors were encountered:
How would the :Repl know which nrepl to connect to? Currently, the way that :Repl knows which repl to actually connect to is based on the nrepl that's in the file currently opened.
I often want to open a quickly open a repl even when not in a Clojure buffer. (I'm working in a polyglot project.) However
:Repl
is only set as a command when a Clojure buffer is active. Maybe:Repl
could be a plain command, so that you can open a quick repl from any buffer.The text was updated successfully, but these errors were encountered: