You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something was reloading the buffer after unload, which was preventing us from fully garbage collecting the state. I added a better way to enforce cleanup.
Neovim version (nvim -v)
NVIM v0.10.2 Build type: Release LuaJIT 2.1.1713484068
Operating system/version
linux fedora 41
Describe the bug
if the overseer sidebar buffer is closed, OverseerToggle reopens it, but actions on enter and other shortcuts don't work anymore.
What is the severity of this bug?
tolerable (can work around it)
Steps To Reproduce
Expected Behavior
OverseerToggle should reset all the state needed for the sidebar to operate, even if the overseer buffer was deleted by the user by mistake
Minimal example file
No response
Minimal init.lua
Additional context
No response
The text was updated successfully, but these errors were encountered: