vim

For discussion on all things (neo)vim.
Tim Smart 2020-05-03T00:49:58.074800Z

If cider/cider-nrepl is in your dependencies, then this should work: • Run shadow-cljs watch app • Make sure the build is running in your browser / node-script is running before moving any further • Then run :CljEval (shadow/repl :app) to start the ClojureScript REPL Fireplace mappings like K should work now. No need to run Piggieback.