cljsrn

zelda-kobe 2022-04-25T18:43:45.979839Z

hi all, I'm a beginner playing with Krell. I got the Github Reagent intro tutorial compiled with the demo app running in my iOS simulator. Has anyone here gotten nrepl working with Conjure inside of vim while working with Krell? I'm new to the clj/cljs repl workflow so forgive me if this is something basic, I'm just trying to connect to the Krell port 5001 from vim conjure via the .nrepl-port file. The log shows it connects then quickly disconnects. Even just trying to eval (+ 2 2) in the core.cljs file, I'm not seeing a result print to the log maybe today is the day I finally learn emacs 😂

FlorianK 2022-04-30T18:31:27.761029Z

I'm a bit late to the game, but I have neovim working with Conjure and Krell. The various struggles, but also the eventual working version have been discussed on clojureverse: https://clojureverse.org/t/stuck-with-connecting-to-the-repl-of-krell-react-native-nvim-conjure/8714/10

Benjamin C 2022-04-25T19:19:05.436079Z

doom emacs is just fantastic for those of us coming from vim. 🙂

Benjamin C 2022-04-25T19:32:29.353829Z

And then there is https://countvajhula.com/2021/09/25/the-animated-guide-to-symex/, which is like a vim mode with lisp as a first-class citizen.

zelda-kobe 2022-04-25T19:58:10.245939Z

@zenflowapp cool! Just installed doom. Do you have a config file or packages list by chance that you could share via a Github Gist?

Benjamin C 2022-04-25T23:33:54.662809Z

@zelda-kobe sure, just be forewarned, it's an unorganized mess at the moment.

Benjamin C 2022-04-25T23:36:03.733649Z

my elisp is at a very naive level 😉

Benjamin C 2022-04-25T23:45:37.626499Z

A good portion of my config.el is a modified version of Carlo's: https://clojurians.slack.com/files/UA7E6DU04/F03BKT8RJQY/config.el.txt