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
When adding the changes into stage in another terminal, the sign is not updated except the last current buffer.
When I moved to other buffer, the sign is still there (not updated)
Executing ":e" (reading the file again) is only the solution.
I have a very similar problem to you.
I use lazygit plugin in neovim.
Sometimes when I stage and commit inside of lazygit, the stage or commit doesn't reflect in gitsigns.
I need to reload using :e, or need to run 'Gitsign reset_base' to reflect the changes.
Description
the signs remain there after StageChunk
Neovim version
NVIM v0.10.1 Build type: Debug LuaJIT 2.1.1713484068 Run "nvim -V1 -v" for more info
Operating system and version
ubuntu 22.04 (Linux Mint)
Expected behavior
signs should disapear
Actual behavior
signs doesn't disapear
Minimal config
Steps to reproduce
mkdir gitsigns_issue
cd gitsigns_issue
git init
touch file
git add file
git commit -m 'initial commit'
nvim --clean -u minimal.lua file
Gitsigns debug messages
No response
Gitsigns cache
No response
The text was updated successfully, but these errors were encountered: