File tree 2 files changed +34
-0
lines changed
2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ doc /tags
Original file line number Diff line number Diff line change
1
+ *jack_in.txt* Automatic REPL starting for Vim
2
+
3
+ INTRODUCTION *jack_in*
4
+
5
+ Provides a couple of helper commands for "jacking" in to a Clojure REPL by
6
+ auto-starting it. Highly inspired by CIDER.el's feature by the same name.
7
+
8
+ COMMANDS *jack_in-commands*
9
+
10
+ These run inside the directory vim is currently in. In the future it would be
11
+ nice to run relative to the current file.
12
+
13
+ *jack_in-:Boot*
14
+ :Boot [args] Start boot with CIDER-nrepl and Refactor-nrepl
15
+ automatically injected. [args] is a list of tasks to
16
+ run in boot. If not provided, | g:default_boot_task | is
17
+ used instead.
18
+
19
+ *jack_in-:Lein*
20
+ :Lein [args] Start lein with CIDER-nrepl and Refactor-nrepl
21
+ automatically injected. [args] is a list of tasks to
22
+ run in lein. If not provided, | g:default_lein_task | is
23
+ used instead.
24
+
25
+ VARIABLES *jack_in-variables*
26
+
27
+ *g:default_boot_task* Control the default task to start boot with. Defaults
28
+ to "repl"
29
+
30
+ *g:default_lein_task* Control the default task to start lein with. Defaults
31
+ to "repl"
32
+
33
+ vim:tw=78:ts=8:ft=help:norl:
You can’t perform that action at this time.
0 commit comments