Fork me on GitHub
#vim
<
2021-08-14
>
athomasoriginal19:08:12

Another vim-iced question. I’m looking to setup a CLJS repl + figwheel.main and i’m trying to understand how it works a little more. In the https://figwheel.org/docs/vim.html guide we write a little program to start nrepl. My understanding is we can skip the above step because iced repl --with-cljs will do that work for us, correct? Is this correct?