Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ package support:

You might also want [salve.vim][] for assorted static project support.

## ClojureScript

When editing a `.cljs` file Fireplace needs a default ClojureScript REPL before
it can `:EvalCljs` or send forms. Enable it as follows:

- shadow-cljs: `:CljEval (shadow/repl :app)` where :app is the cljs build ID.
- nbb: `:CljEval (ns cljs.user)` since it's already a cljs REPL by default.

## Features

This list isn't exhaustive; see the `:help` for details.
Expand Down