kdheepak / lazygit.nvim

Plugin for calling lazygit from within neovim.
MIT License
1.47k stars 53 forks source link

side-by-side diff #93

Closed mvolkmann closed 1 year ago

mvolkmann commented 1 year ago

Description

I'm not sure yet if this is a bug, but I can't get side-by-side diffs to work using git-delta. I've tried so many things and can't find a solution. I know I have delta configured correctly with git because when I enter git diff I do see side-by-side diffs. But when I launch lazygit I do not get side-by-side diffs.

To Reproduce

Here is my ~/.config/lazygit/config.yml file:

git:
  paging:
    useConfig: true
gui:
  showIcons: true

Expected behavior

I expect to see a side-by-side diff for a selected file.

Desktop (please complete the following information):

mvolkmann commented 1 year ago

I FINALLY got side-by-side diffs to work! See my writeup at https://mvolkmann.github.io/blog/topics/#/blog/neovim/. Click "16. Lazygit" in the table of contents at the top. My instructions are specific to macOS.

kdheepak commented 1 year ago

Thanks for sharing! Sorry I haven’t seen responsive, I’m still working my way back into open source projects.