mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +02:00
nvim: icons: update diff_gutter icons.
This commit is contained in:
parent
8c0feb8acc
commit
ee56a372eb
1 changed files with 2 additions and 2 deletions
|
|
@ -50,8 +50,8 @@ return {
|
||||||
removed = "",
|
removed = "",
|
||||||
},
|
},
|
||||||
diff_gutter = {
|
diff_gutter = {
|
||||||
add = "▍",
|
add = "▎",
|
||||||
change = "▍",
|
change = "▎",
|
||||||
delete = "",
|
delete = "",
|
||||||
untracked = "+",
|
untracked = "+",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue