vim-redl icon indicating copy to clipboard operation
vim-redl copied to clipboard

Make :Repl a non-filetype command

Open kotarak opened this issue 11 years ago • 2 comments

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.

kotarak avatar Dec 03 '13 13:12 kotarak

I would have added the "enhancement" label, but I can't figure out how...

kotarak avatar Dec 03 '13 13:12 kotarak

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.

dgrnbrg avatar Aug 01 '14 20:08 dgrnbrg