emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
2021-05-10T02:29:22.225600Z

Just to further clarify this issue (for people that are not aware of all those packages): both lispy and vilpy are not aware of evil. This is by design. Using their minor modes while in insert mode and evil’s commands in normal mode is possible and works for some people. However, for a real integration with evil, a package on top of lispy is required, and that’s usually lispyville.

2021-05-10T14:40:06.226600Z

does anyone know what's the best way to add another middleware to the options of cider/nrepl?

2021-05-10T14:43:09.227600Z

I just have to add another middleware before all the others without really changing anything from the rest of the config

2021-05-10T16:50:14.227800Z

you might want to ask this in #cider