diff options
| author | Michal Idziorek <michal.idziorek@citi.com> | 2021-11-04 13:45:35 +0100 |
|---|---|---|
| committer | Michal Idziorek <michal.idziorek@citi.com> | 2021-11-04 13:45:35 +0100 |
| commit | 66bf28c8d4b1a4a43f991234b3649f8d57a3876f (patch) | |
| tree | 9d69618c5af9eab59a2267fd8f8f24be3fb4c77a /git | |
| parent | ddeab118d2c9a47901de0ac95940e7879809be39 (diff) | |
minor changes in nvim config and git config
Diffstat (limited to 'git')
| -rw-r--r-- | git/.gitconfig | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index 4d656b1..ff10baa 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -1,23 +1,21 @@ -# This is Git's per-user configuration file. [user] -# Please adapt and uncomment the following lines: name = Miguel email = m.i@gmx.at + [merge] tool = vimdiff conflictstyle = diff3 - [mergetool] prompt = true [mergetool "vimdiff"] cmd = nvim -d $BASE $LOCAL $REMOTE $MERGED -c '$wincmd w' -c '$wincmd w' -c '$wincmd w' -c '$wincmd J' - -[difftool] - prompt = false - -[diff] - tool = vimdiff +[diff] + tool = nvimdiff + +[difftool "nvimdiff"] + cmd = "/root/nvim.appimage -d $LOCAL $REMOTE" + prompt = true |
