Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent cursor from entering popup window with mutliple hover calls in a row. #19

Open
ppebb opened this issue Nov 22, 2022 · 0 comments · May be fixed by #59
Open

Prevent cursor from entering popup window with mutliple hover calls in a row. #19

ppebb opened this issue Nov 22, 2022 · 0 comments · May be fixed by #59
Labels
enhancement New feature or request

Comments

@ppebb
Copy link

ppebb commented Nov 22, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants