Fork me on GitHub
#cider
<
2021-12-14
>
richiardiandrea14:12:15

Hi all, I have recently updated company-mode and I started having some strange behavior on completion: if the completion is not present in the candidates it does not allow me to type. That's a bit annoying cause sometimes you don't need completion as you remember things. I dug into it and now company has got company-auto-commit and company-require-match for controlling the behavior. I set both to nil but it still happens. Has anybody else faced the same problem?

motform18:12:25

I don't know if you've seen, but Tonsky just released a stable version of his nrepl-client for Sublime Text, and it is really great! https://tonsky.me/blog/sublime-clojure/ I was wondering if there was a way to emulate some of the design choices in Cider? I've managed to make evaluations more permanent with (setq cider-eval-result-duration nil), but I was wondering if it is possible to disable auto-opening of the repl buffer (that I never use) and if one could emulate the multiple, non-blocking evaluations. Any ideas?

pavlosmelissinos19:12:40

I think this covers the first part of your question: https://docs.cider.mx/cider/repl/configuration.html#behavior-on-connect not sure about the second part

cider 1
Leah Neukirchen20:12:14

i'd like showing the execution times if something was slow

👍 2
1
anonimitoraf22:12:29

How does Sublime Clojure show large results?

motform07:12:11

It displays as much as fits from the right edge of to buffer to the left, then it truncates the rest with a "view more" arrow.

👍 1