Compare commits

..

2 Commits

Author SHA1 Message Date
6beca4a66b
Use nvimdiff for git difftool 2024-06-14 00:56:07 +02:00
8ca75d2ecc
Improved gitsigns settings 2024-06-14 00:55:27 +02:00
2 changed files with 7 additions and 0 deletions

View File

@ -24,5 +24,8 @@
[commit]
gpgsign = true
[diff]
tool = nvimdiff
[includeIf "gitdir:~/Projects/ALTEN/"]
path = ~/.dotfiles/git/gitconfig/ALTEN

View File

@ -42,8 +42,12 @@ return {
TodoCommentTest = { fg = palette.bright_purple },
TodoCommentDefault = { fg = palette.bright_blue },
GitSignsAdd = { link = "GruvboxGreenSign" },
GitSignsStagedAdd = { fg = palette.dark_green, bg = palette.dark1 },
GitSignsChange = { link = "GruvboxAquaSign" },
GitSignsStagedChange = { fg = palette.dark_aqua, bg = palette.dark1 },
GitSignsDelete = { link = "GruvboxRedSign" },
GitSignsStagedDelete = { fg = palette.dark_red, bg = palette.dark1 },
GitSignsCurrentLineBlame = { link = "GruvboxFg4" },
NeoTreeGitAdded = { link = "GruboxGreen" },
NeoTreeGitModified = { link = "GruvboxAqua" },
NeoTreeGitDelete = { link = "GruboxRed" },