Did you check docs and existing issues?
Neovim version (nvim -v)
0.11.4
Operating system/version
MacOS 26.0.1
Describe the bug
When pressing to clear NES, it pop right back. I would expect that it does not reappear until I make some further edit, but I was not able to find anything in the docs that. If it is meant to pop right back up perhaps I am just misunderstanding what the clear feature is supposed to do. Same behaviour if manuall calling .clear() instead of using .
Steps To Reproduce
- Install sidekick with default settings
- Trigger a NES
- Press escape
- See the suggestion come right back when releasing
Expected Behavior
I would expect the suggestions to not show again until they have a reason to change, e.g. an edit was made.
Repro
Hard to set up isolated because of the copilot dependency, but should work for any working sidekick install I believe
Did you check docs and existing issues?
Neovim version (nvim -v)
0.11.4
Operating system/version
MacOS 26.0.1
Describe the bug
When pressing to clear NES, it pop right back. I would expect that it does not reappear until I make some further edit, but I was not able to find anything in the docs that. If it is meant to pop right back up perhaps I am just misunderstanding what the clear feature is supposed to do. Same behaviour if manuall calling .clear() instead of using .
Steps To Reproduce
Expected Behavior
I would expect the suggestions to not show again until they have a reason to change, e.g. an edit was made.
Repro