You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the normal lsp hover, you could use vim.lsp.buf.hover(nil, { focus = false, focusable = false }) to prevent the cursor from entering the window, but that same thing doesn't seem to work, and I didn't see anything in the readme or anywhere else to indicate the presence of something similar.
The text was updated successfully, but these errors were encountered:
With the normal lsp hover, you could use
vim.lsp.buf.hover(nil, { focus = false, focusable = false })
to prevent the cursor from entering the window, but that same thing doesn't seem to work, and I didn't see anything in the readme or anywhere else to indicate the presence of something similar.The text was updated successfully, but these errors were encountered: