Skip to content

Commit 3ee553c

Browse files
committed
chore: cleanup
1 parent 223e3d3 commit 3ee553c

34 files changed

Lines changed: 700 additions & 268 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ config/zellij/config.kdl.new
3131
.ansible
3232
windows/storage
3333
config/DankMaterialShell/plugins/.repos
34+
/config/DankMaterialShell/.changelog-1.2
35+
/config/DankMaterialShell/.firstlaunch

config/.gitconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,13 @@
6161
[diff]
6262
algorithm = histogram
6363
colorMoved = default
64-
tool = nvimdiff
64+
tool = nvim_difftool
6565
# Better submodule diffs
6666
submodule = log
6767

68+
[difftool "nvim_difftool"]
69+
cmd = nvim -c \"packadd nvim.difftool\" -c \"DiffTool $LOCAL $REMOTE\"
70+
6871
[difftool]
6972
prompt = false
7073

0 commit comments

Comments
 (0)