mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: icons: update diff_gutter.untracked
This commit is contained in:
parent
882665f13c
commit
dd69e31f9f
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ return {
|
||||||
add = "▊",
|
add = "▊",
|
||||||
change = "▊",
|
change = "▊",
|
||||||
delete = "",
|
delete = "",
|
||||||
untracked = "+",
|
untracked = "▊",
|
||||||
},
|
},
|
||||||
gitsigns = {
|
gitsigns = {
|
||||||
-- Change type
|
-- Change type
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue