-
bb nrepl-server
command starts development server and nREPL server.-
By default, it starts development server for Neovim.
-
You can specify other editor by
:host
option.-
e.g.
bb nrepl-server :host vim
for Vim.
-
-
-
To connect the nREPL server, execute
call elin#notify('elin.handler.connect/connect', [])
. -
Evaluating
(elin.dev/go)
will restart the development server.-
When the server is restarted, the connection to the nREPL server is disconnected, so you need to reconnect.
-
-
Type checking with malli is enabled by default.
-
Standard Clojure Style is used for code formatting.