File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
- TODO
1
+ TODO alpha
2
2
[X] Move all of the socket repl stuff to a plugin project
3
3
[X] Make buffer-get-text-async work, just test it at the repl
4
4
[X] Get "eval-code" working
10
10
show the contents of the temp file in the current buffer
11
11
make it autoread
12
12
[X] Name vim functions correctly
13
+ [_] create prod & debug plugin.vim
14
+ both should start the plugin the same way, w/
15
+ a bash script that specifies JVM options
16
+ eliminate lein
17
+ don't use a jar yet, just java -cp clojure.jar <clj-file> if possible
18
+ [_] add debug switch (var) to socket-repl-plugin.clj
19
+ [_] implement doc (word under cursor)
20
+ [_] Pass host, port in connect
21
+
22
+ TODO final
13
23
[_] Rather than explicit repl output logging, can we intercept
14
24
channel
15
25
stream implementation
16
- [_] tmux dev env script
17
- [_] Pass host, port in connect
18
26
[_] Shut down the plugin if no input received for one minute
19
27
[X] evaluate form under cursor
20
28
43
51
Questions
44
52
Figwheel cljs-repl support
45
53
46
- Usage
54
+ Usage/Installation
55
+ if we ship jar, should be no install steps
47
56
add command line args to your project, so it starts socket repl
48
- tell the plugin port (and host) to connect to
57
+ on :Connect specify port (and host) to connect to
49
58
50
59
Debugging notes
51
60
vim
You can’t perform that action at this time.
0 commit comments