[modules/git] Add some status icons

Add icons for:
* local modifications
* local delete
* local add
This commit is contained in:
Tobias Witek 2019-01-20 14:43:27 +01:00
parent 212966945c
commit 5738aac1ce
3 changed files with 30 additions and 2 deletions

View file

@ -184,5 +184,10 @@
"copying": {
"prefix": ""
}
}
},
"git": {
"added": "",
"modified": "",
"deleted": ""
}
}