Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 684 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 684 Bytes

Shadow CLJS integration with Neovim and Conjure

Requirements

Install

In case of vim-plug:

Plug 'nimaai/vim-shadow-cljs'

How to use

From within a cljs file call :ConnectCljsRepl to setup the repl connection. It looks for a .shadow-cljs/nrepl.port file.

Afterwards, switching between clj and cljs files automatically switches the respective conjure client states and thus keeping 2 repl connections open in parallel.

It reads the build value from shadow-cljs.edn file under :builds. It takes the first key.