hovercraft.nvim
hovercraft.nvim copied to clipboard
Context aware hover provider alternative to vim.lsp.buf.hover
Is there any easy way to set pylsp as provider? I seen in readme that it is possible to make custom provider, but sadly I doesnt know lua at all.
I need to scroll to see the diagnostics. https://github.com/user-attachments/assets/5a9dadc5-d835-474a-b48e-0524d62a8a3a
I couldn't make man pages from man3 section show up. Turns out Man provider only searches for certain sections, (n or '1'). Assuming n is for tcl stuff ```lua local...
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?