Open
Description
Neovim core does not currently provide any for of API for interacting with the built-in search.
For this plugin, we require:
- Getting current search results.
- Registering to search events:
- navigation via
n
/N
etc, - incremental search updates
- updates to
v:hlsearch
- navigation via
Related: neovim/neovim#18879