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

feature request: merge floating_window & floating_window_above_cur_line into an enum #338

Open
FelipeLema opened this issue Aug 16, 2024 · 1 comment

Comments

@FelipeLema
Copy link

use floating_window to be one of the following:

  • "off" never activate
  • "above" activate above cursor
  • "below" activate below cursor
  • a function that returns one of the items above

my use case is that I don't want hover window to pop-up when I'm typing inside a comment. Something similar can be found for nvim-cmp

@FelipeLema
Copy link
Author

I can work on this if maintainers are willing to accept such a feature

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

No branches or pull requests

1 participant