[modules/git] Add some status icons
Add icons for: * local modifications * local delete * local add
This commit is contained in:
parent
212966945c
commit
5738aac1ce
3 changed files with 30 additions and 2 deletions
|
@ -184,5 +184,10 @@
|
|||
"copying": {
|
||||
"prefix": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"git": {
|
||||
"added": "",
|
||||
"modified": "",
|
||||
"deleted": ""
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue