This repository was archived by the owner on Jan 3, 2024. It is now read-only.
|
Is it possible to disable the diagnostics floating window? I find it gets in the way (eg it prevents the hover actions window from popping up), and anyway prefer the inline diagnostics. |
Answered by
crispinb
Sep 16, 2022
Replies: 1 comment
|
My bad. I had a |
0 replies
Answer selected by
crispinb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My bad. I had a
autocmd CursorHoldopening the float in a require'd lua file I had forgotten about. Ditch that and the float no longer occures.