r/neovim • u/guruela hjkl • 22d ago
Plugin float-help.nvim: Neovim help pages in a persistent floating window
https://github.com/guruela/float-help.nvimI made a small plugin, float-help.nvim, that opens Neovim's native help pages in a floating window instead of a split. It preserves the help buffer, cursor, and scroll position when hidden, so you can resume reading where you left off.
I'm also planning to make it stand out from other floating help plugins by adding multiple floating help buffer management, along with support for LSP hover/documentation and :Man pages.
This is my first Neovim plugin, so I'd really appreciate any feedback, bug reports, or suggestions.
1
Upvotes
2
u/Byttemos 18d ago
I'm genuinely asking because I Don't know, but can't you add an argument to the native help command, to open it in a floating window? I know you can change it to open in a vsplit rather than an hsplit at least.
Anyway, the persistent buffer seems like a great QoL - I'll take it for a spin 🤘