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
Using <cmd>Lspsaga finder<cr> to jump to some references of a function. The jump list is not updated to the very first jump line, but still take itself as if it was in the original line. I guess it does not store the original line into the jump list's stack. 录屏 2024-09-01 16-42-37.webm
Steps to reproduce
Well, I can't get the minimal config with only one file. But this is the key file of lspsaga's config:
Describe the bug
Using
<cmd>Lspsaga finder<cr>
to jump to some references of a function. The jump list is not updated to the very first jump line, but still take itself as if it was in the original line. I guess it does not store the original line into the jump list's stack.录屏 2024-09-01 16-42-37.webm
Steps to reproduce
Well, I can't get the minimal config with only one file. But this is the key file of lspsaga's config:
BTW, I am using lazy.nvim as a plugin manager.
Expected behavior
Unlike the situation in the video, it should store the original jump line into the jump list and then update the jump line to the current line.
Neovim version (nvim -v)
v0.10.1
lspsaga commit
4ce44df
Terminal name/version
kitty/0.36.1
The text was updated successfully, but these errors were encountered: