We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c91df6 commit 85ba6adCopy full SHA for 85ba6ad
README.md
@@ -539,6 +539,12 @@ Running nREPL in Docker container is supported with the optional `:host` argumen
539
$ nbb nrepl-server :port 1337 :host 0.0.0.0
540
```
541
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
548
#### Calva
549
550
In Calva connect to the REPL with:
0 commit comments