We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
floating_window
floating_window_above_cur_line
use floating_window to be one of the following:
"off"
"above"
"below"
function
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
The text was updated successfully, but these errors were encountered:
I can work on this if maintainers are willing to accept such a feature
Sorry, something went wrong.
No branches or pull requests
use
floating_window
to be one of the following:"off"
never activate"above"
activate above cursor"below"
activate below cursorfunction
that returns one of the items abovemy 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
The text was updated successfully, but these errors were encountered: