incsearch don't work in NeogitStatus buffer when enable ui2
Open
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 5.6k
- Forks
- 357
- Avg merge
- 15h 47m
- Merged PRs (30d)
- 2
Description
cd to path/to/neogit, ensure plenary.nvim is installed in the same dir as neogit, then
nvim --clean --cmd 'se rtp^=.,../plenary.nvim' --cmd 'lua require("vim._core.ui2").enable{}' +Neogit
(<tab> to expand recent commit), search something (/...), note incsearch don't seem work.
Contributor guide
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 by reproducing the issue with the provided nvim --clean command, enabling vim._core.ui2 and opening +Neogit. In the NeogitStatus buffer, expand a recent commit with and search with /; done means incremental search visibly updates while ui2 is enabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, lua, neovim
- Domain
- cli, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100