Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 757 Bytes

DEVELOPMENT.adoc

File metadata and controls

22 lines (13 loc) · 757 Bytes

Development

Server

  • 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

  • Type checking with malli is enabled by default.

Code formatting