1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim: icons: update diff_gutter icons.

This commit is contained in:
Henrik Hautakoski 2024-09-08 13:32:53 +02:00
parent 8c0feb8acc
commit ee56a372eb

View file

@ -50,8 +50,8 @@ return {
removed = "",
},
diff_gutter = {
add = "",
change = "",
add = "",
change = "",
delete = "",
untracked = "+",
},