Replies: 1 comment
-
I would like this too. To work around this I configured a custom command that shows the git diff in neovim. promptToReturnFromSubprocess: false
customCommands:
- key: 'v'
command: 'nvim {{.SelectedFile.Name}} -c "lua require(\"gitsigns\").toggle_deleted()"'
context: 'files'
description: 'Open in Neovim and show diff'
output: terminal Requires gitsigns to be installed. |
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.
-
Is there a solution to display the full files when using the side-by-side diff? Or attach the --unified=9999999 parameter to the git diff command?
I tried with:
and with delta:
Beta Was this translation helpful? Give feedback.
All reactions