-
With the given setup, I disable eldoc for lsp-mode; but, when I jack-in (cider-mode), eldoc shows documentation on hover and a function signature on cursor at-point. I included the configuration(114-115) from Cider documentation, but it had no effect. Is it possible to disable eldoc-mode completely? |
Beta Was this translation helpful? Give feedback.
Answered by
gchape
Jun 29, 2024
Replies: 2 comments 9 replies
-
Maybe you could also try |
Beta Was this translation helpful? Give feedback.
7 replies
-
One can remove
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
gchape
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One can remove
eldoc-documentation-functions
from cider using following snippet: