Neovim
vimhelp.nvim
Updated August 17, 2026
Full-text search over Neovim's built-in help, ranked by relevance.
A search engine over :help pages that ranks by concept, not by exact tag. Backed by a companion Rust indexer (vimhelp-index) that builds a BM25 index over every help file; the plugin surfaces the results through a snacks.nvim or telescope.nvim picker with matching snippets highlighted. :VimHelpHover jumps to the top hit for the word under the cursor.