Skip to content

Commit

Permalink
use difft
Browse files Browse the repository at this point in the history
  • Loading branch information
cappyzawa committed Nov 11, 2023
1 parent a0eb611 commit 5c45094
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .config/aqua/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ packages:
- name: protocolbuffers/protobuf-go/[email protected]
- name: neovim/neovim@stable
registry: custom
- name: Wilfred/[email protected]
6 changes: 2 additions & 4 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
excludesfile = ~/.gitignore_global
ignorecase = false
editor = nvim
; pager = delta
[gpg]
program = gpg2
[alias]
Expand All @@ -24,9 +23,8 @@
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
[difftool "nvimdiff"]
cmd = "nvim -R -d -c \"wincmd l\" -d \"$LOCAL\" \"$REMOTE\""
tool = difftastic
external = difft
[pull]
rebase = true
[init]
Expand Down

0 comments on commit 5c45094

Please sign in to comment.