vcs: Set default diff editor
Using neovim 'hunk.nvim' plugin
This commit is contained in:
parent
bfb4fadee0
commit
11d6a08bcc
1 changed files with 4 additions and 0 deletions
|
@ -6,3 +6,7 @@ name = "Marty Oehme"
|
|||
sign-all = true
|
||||
backend = "gpg"
|
||||
key = "73BA40D5AFAF49C9"
|
||||
|
||||
[ui]
|
||||
default-command = "log"
|
||||
diff-editor = ["nvim", "-c", "DiffEditor $left $right $output"]
|
||||
|
|
Loading…
Reference in a new issue