Mercurial > dotfiles
comparison dot_gitconfig.tmpl @ 625:c8960ba7f019
Update settings for settle.nvim
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 04 Aug 2022 22:04:39 +0200 |
parents | cf71ce0b06d3 |
children | abf8938c8c6c |
comparison
equal
deleted
inserted
replaced
624:c0cef1aa4ccd | 625:c8960ba7f019 |
---|---|
13 [pull] | 13 [pull] |
14 rebase = true | 14 rebase = true |
15 [gpg] | 15 [gpg] |
16 program = gpg | 16 program = gpg |
17 [merge] | 17 [merge] |
18 tool = splice | 18 tool = settle |
19 [mergetool "splice"] | 19 [mergetool "settle"] |
20 cmd = "nvim -f $BASE $LOCAL $REMOTE $MERGED -c 'MergeInit'" | 20 cmd = "nvim -f $BASE $LOCAL $REMOTE $MERGED -c 'SettleInit'" |
21 trustExitCode = true | 21 trustExitCode = true |
22 [alias] | 22 [alias] |
23 ls = log --format=\"%C(auto)%h %<(15)%C(auto, green)%cr %>(20)%C(auto, magenta)%an %C(auto)%s %D\" | 23 ls = log --format=\"%C(auto)%h %<(15)%C(auto, green)%cr %>(20)%C(auto, magenta)%an %C(auto)%s %D\" |
24 tags = tag -l --sort creatordate --column | 24 tags = tag -l --sort creatordate --column |
25 [core] | 25 [core] |