doc
This commit is contained in:
parent
79ac081161
commit
0657cfd13f
1 changed files with 1 additions and 2 deletions
|
|
@ -87,8 +87,7 @@ Editor plugins known to work with the babashka nREPL server:
|
||||||
- (Neo)Vim: [vim-iced](https://github.com/liquidz/vim-iced), [conjure](https://github.com/Olical/conjure), [fireplace](https://github.com/tpope/vim-fireplace)
|
- (Neo)Vim: [vim-iced](https://github.com/liquidz/vim-iced), [conjure](https://github.com/Olical/conjure), [fireplace](https://github.com/tpope/vim-fireplace)
|
||||||
|
|
||||||
The babashka nREPL server does not write an `.nrepl-port` file at startup, but
|
The babashka nREPL server does not write an `.nrepl-port` file at startup, but
|
||||||
you can easily write a script that launches the server and write the file
|
you can easily write a script that launches the server and writes the file:
|
||||||
yourself:
|
|
||||||
|
|
||||||
``` clojure
|
``` clojure
|
||||||
#!/usr/bin/env bb
|
#!/usr/bin/env bb
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue