Neovim
vimhelp-index
Updated August 17, 2026
Full-text search index over Neovim's built-in help — the Rust CLI that backs vimhelp.nvim.
The indexer behind vimhelp.nvim. A statically-linked Rust CLI that builds a tantivy-backed BM25 index over every :help file — searchable from the shell (vimhelp-index search <term>) or through the plugin’s :VimHelpSearch picker. Ships as a single binary; no Rust toolchain or Neovim required to build or query an index.