lewis6991 / lewis6991/hover.nvim
Is hover open?
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 744
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
This is similar to #1 . <c-n> and <C-p> are being mapped unconditionally in the suggested config. I would like to map them to switch hover providers only if hover is open, otherwise fallback to <C-n> / <C-p> (or nav through other popup menu which may be open etc.. How do I tell if a hover popup is currently open or not?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the suggested config and the hover popup handling entry point described in the issue. Determine how to detect whether hover is open and define the fallback behavior for / and other open popup menus. Done means the mappings switch hover providers only when appropriate and otherwise preserve normal navigation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua, neovim
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100