We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The command generation in this part of the code:
vim-jack-in/autoload/jack_in.vim
Line 46 in 7fed796
I only tried :Lein, but a successful command for Windows looks like:
:Lein
lein update-in :dependencies conj "[refactor-nrepl/refactor-nrepl \"3.6.0\"]" -- update-in :repl-options:nrepl-middleware conj refactor-nrepl.middleware/wrap-refactor -- update-in :plugins conj "[cider/cider-nrepl \"0.30.0\"]" -- repl
I think this command should also work on unix shells.
I would make a PR but I definitely do not know my way around vimscript well enough 🙃 for now I'll hard-code this into my config
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The command generation in this part of the code:
vim-jack-in/autoload/jack_in.vim
Line 46 in 7fed796
uses single quotes which don't properly work on Windows.
I only tried
:Lein
, but a successful command for Windows looks like:I think this command should also work on unix shells.
I would make a PR but I definitely do not know my way around vimscript well enough 🙃 for now I'll hard-code this into my config
The text was updated successfully, but these errors were encountered: