Skip to content

Commit 85ba6ad

Browse files
committed
Add a note about nrepl + vim-fireplace.
1 parent 4c91df6 commit 85ba6ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,12 @@ Running nREPL in Docker container is supported with the optional `:host` argumen
539539
$ nbb nrepl-server :port 1337 :host 0.0.0.0
540540
```
541541

542+
If using [vim-fireplace](https://github.com/tpope/vim-fireplace/) you need to tell it this is a ClojureScript repl:
543+
544+
```
545+
:CljEval (ns cljs.user)
546+
```
547+
542548
#### Calva
543549

544550
In Calva connect to the REPL with:

0 commit comments

Comments
 (0)