Internal functions to focus/expand to preview window are broken
Opened this issue · 1 comments
TheLeoP commented
This commit deleted a variable needed for checking if a hover should be focused/expanded to the preview window
However, the code to check if a hover should be focused/a preview windows should be opened, still expects this variable to exits
hover.nvim/lua/hover/actions.lua
Line 75 in 82684eb
hover.nvim/lua/hover/actions.lua
Lines 56 to 62 in 82684eb
I saw that #52 was closed as not planned, so maybe this isn't a feature that the plugin expects to provide and this could is an oversight? Or would a PR adding this functionality back be welcomed?
AThePeanut4 commented