Replies: 1 comment
-
|
I have "solved" the issue, I think. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, amazing plugin! Unfortunately I am a little lost with
diffthisand would like to ask for help.I can not get
diffthisto work. When I call the command, nothing happens.My setup:
# nvim version NVIM v0.11.4 Build type: RelWithDebInfo LuaJIT 2.1.1753364724# git version git version 2.51.1.dirtyI have a file that is tracked in git by multiple commits. When I make some changes to the file (not staged, changes are still only in the worktree) and then call
:Gitsigns diffthis(or the keybinding from above), I expected that a vimdiff buffer would open with the current changes compared to index (index currently represents the previous commit since changes are not yet staged), but nothing happens. There is also no hidden buffer (:ls!).Calling
:Gitsigns diffthis ~2(or with any other revision) also does not work.What am I doing wrong or what am I missing here?
Beta Was this translation helpful? Give feedback.
All reactions