soulis-1256 / eagle.nvim

Show diagnostics and lsp info inside a custom window, following the mouse position
Apache License 2.0
232 stars 5 forks source link

Does this work with non-focused window? #16

Closed lkhphuc closed 7 months ago

lkhphuc commented 7 months ago

My initial testing shows that the popup only shows up with the focused window, when there are many splits on screen. I does not find any info about this explicitly, so does this currently support mousing hovering on non-focused window?

Thanks for the plugin.

soulis-1256 commented 7 months ago

Hi, at least on my end it works on non-focused windows. Does it not work for you?

lkhphuc commented 7 months ago

I tested again with a clean session and it works on all windows now. Thank you.