-
Notifications
You must be signed in to change notification settings - Fork 545
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Did you check docs and existing issues?
- I have read all the lazy.nvim docs
- I have updated the plugin to the latest version before submitting this issue
- I have searched the existing issues of lazy.nvim
- I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
NVIM v0.12.0-dev-910+g029b7a149f
Operating system/version
Ubuntu 22.04
Describe the bug
When lazy.nvim automatically opens its floating window on startup (e.g., to install or update plugins), the jumplist history is only available within that floating window. Once the floating window is closed, the jumplist in the main window (or dashboard) becomes empty.
Steps To Reproduce
- Trigger a state where
lazy.nvimwill open its floating window automatically upon starting Neovim (e.g., add a new plugin or wait for an update). - Open Neovim:
nvim. - While the
lazy.nvimfloating window is open, run:jumps. You will see the correct jump history from the previous session. - Close the
lazy.nvimfloating window (pressq). - Run
:jumpsagain in the main window (or any buffer that appears). - The jumplist is now empty.
Expected Behavior
The jumplist history should persist in the main window after the lazy.nvim floating window is closed.
Repro
LazyVim can reproduce this.Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working