docs
This commit is contained in:
parent
a18a5c345c
commit
64df0fd015
1 changed files with 6 additions and 3 deletions
|
|
@ -611,11 +611,14 @@ bb=> :repl/quit
|
|||
$
|
||||
```
|
||||
|
||||
A socket REPL client for Emacs is
|
||||
[inf-clojure](https://github.com/clojure-emacs/inf-clojure).
|
||||
|
||||
Editor plugins offering auto-completion support when connected to a babashka socket REPL:
|
||||
|
||||
- Emacs: [inf-clojure](https://github.com/clojure-emacs/inf-clojure):
|
||||
To connect:
|
||||
`M-x inf-clojure-connect localhost 1666`
|
||||
Before evaluating from a Clojure buffer:
|
||||
`M-x inf-clojure-minor-mode`
|
||||
|
||||
- Atom: [chlorine](https://github.com/mauricioszabo/atom-chlorine)
|
||||
- Vim: [vim-iced](https://github.com/liquidz/vim-iced)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue