Skip to content

Commit bcc5496

Browse files
Merge pull request #3 from mynomoto/update-docs
Add docs for clj, update readme
2 parents 8dcf48b + 6388ab2 commit bcc5496

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= vim-jack-in
22

3-
Jack in to Boot & Leiningen from Vim. Inspired by the feature in CIDER.el.
3+
Jack in to Boot, Clj & Leiningen from Vim. Inspired by the feature in CIDER.el.
44

55
Depends on https://github.com/tpope/vim-dispatch[vim-dispatch] to run commands in background. If you're using Neovim I can recommend https://github.com/radenling/vim-dispatch-neovim[vim-dispatch-neovim]
66

doc/jack_in.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ nice to run relative to the current file. To run boot & lein,
1717
run in boot. If not provided, |g:default_boot_task| is
1818
used instead.
1919

20+
*jack_in-:Clj*
21+
:Clj [args] Start clj with CIDER-nrepl and Refactor-nrepl
22+
automatically injected. [args] is a list of options to
23+
run in clj. If not provided, no aditional options will
24+
be used.
25+
2026
*jack_in-:Lein*
2127
:Lein [args] Start lein with CIDER-nrepl and Refactor-nrepl
2228
automatically injected. [args] is a list of tasks to

0 commit comments

Comments
 (0)