Replies: 3 comments 1 reply
-
The second one is not optimal because highlighting is quite useful, so it would be better to disable it locally under Flymake. If I disable ElDoc, the diagnostics are not shown in the mini-buffer at point, but hover still displays diagnostics in echo area. |
Beta Was this translation helpful? Give feedback.
-
Flycheck has such a nice option: I hope it is also possible in Flymake. I want to migrate from lsp-mode... |
Beta Was this translation helpful? Give feedback.
-
Read https://joaotavora.github.io/eglot/#More-Customization-1 about how to tweak Eldoc in Elglot to remove certain bits from it. This is a purely Eldoc customization that you may also want outisde of Eglot. Then read about |
Beta Was this translation helpful? Give feedback.
-
I don't think this is directly related to eglot, because eglot uses ElDoc and FlyMake. However, due to my lack of expertise, I was unable to find the solution in the documentation.
In short, I want to disable hovering for diagnostics and enable sideline diagnostics instead of echoing them in mini-buffer (Personally, I prefer to see the error and the code on the same line).
My current configuration:
Is it feasible to achieve this on par with eglot's settings?
Regards,
Giorgi
Beta Was this translation helpful? Give feedback.
All reactions