Fork me on GitHub
#cider
<
2022-11-14
>
mister_m22:11:22

are there any doom emacs users here that are using CIDER? I am seeing some weird behavior when typing almost any type of form for example (nth ...) I am expecting to see the nth method signature in the minibuffer that guides me to what the next parameter for nth is but I am seeing it show for like a few milliseconds then get cleared. Wondering if anyone knows what doom-emacs specific thing might be messing with this. I'll take it to the doom emacs discord, but was just curious if anyone's seen that.

djm08:11:23

Is Doom using lsp-mode? Try (setq lsp-enable-hover nil) if so.

mister_m17:11:59

I am using lsp! I'll give that a try a little later, thank you