vim-jack-in icon indicating copy to clipboard operation
vim-jack-in copied to clipboard

cider-jack-in for vim

Results 5 vim-jack-in issues
Sort by recently updated
recently updated
newest added

This adds a :Cljs command that kicks off shadow-cljs with the standard command.

I know `doc/jack_in.txt` is a way to go, but sometimes it's nice to take a quick look at the README to assess the library.

How about `:Bb` or `:Babashka` (I'm open to suggestions here) to start up a bb process with an nREPL on a random port with the port written to `.nrepl-port`? Then...

enhancement
question

There needs to be a consistent strategy for determining where to run the repl command from. One option could be to search for project manifests, the other is to use...

The command generation in this part of the code: https://github.com/clojure-vim/vim-jack-in/blob/7fed7961a8b59265dc34c27c4cdbc410b3c25a73/autoload/jack_in.vim#L46 uses single quotes which don't properly work on Windows. I only tried `:Lein`, but a successful command for Windows looks...