lewis6991 / hover.nvim

Hover plugin framework for Neovim
MIT License
495 stars 33 forks source link

function to close open hover window #36

Open ibrokemypie opened 1 year ago

ibrokemypie commented 1 year ago

As far as I can tell theres no public method to close the currently open hover window. This would be great so that I can have normal hover() on CursorHold and then a bind to close that if its in the way, or to close and then run hover_select if I don't want to use the default provider. Not sure how to do this currently.