Describe difference between hovervraft and hover
Would be super helpful to add some more info in the README as to how this differs from hover.nvim. You say it's better for your workflow, how so?
Good question! I haven't looked at hover.nvim in quite a bit and to be completely honest I do not exactly recall what didn't fit my workflow back then 😅
I will give hover.nvim another shot and update the docs 🙂
I finally found some time to look into hover.nvim again 🙂 One of the biggest issues I faced right away, is the lack of having keybindings only for when the popup is shown. E.g. the default sample config overrides <C-n>/<C-p>, which I heavily use in my workflow. I guess one could work somewhat around it (there is an open issue asking for a way to check if the hover window is open or not to achieve something like this), though hovercraft.nvim comes with native support for this. Also falling into the same category (and I think this was the initial issue I was facing that lead me to start hovercraft.nvim): hover.nvim doesn't allow you to scroll the hover popup. There once again is an open issue for this feature and there even was a PR, but it got never merged (which is fine, as it is probably not the direction lewis wants to take the project).
I hope that this at least answers your question. I need to think how to best document this in the README.md 🙂