gitgraph cute unicode symbols (kitty supported in ghostty)
This commit is contained in:
parent
bcbdda6ce3
commit
2b6a01f1cf
1 changed files with 26 additions and 2 deletions
|
@ -86,8 +86,32 @@ return {
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
symbols = {
|
symbols = {
|
||||||
merge_commit = 'M',
|
merge_commit = '',
|
||||||
commit = '*',
|
commit = '',
|
||||||
|
merge_commit_end = '',
|
||||||
|
commit_end = '',
|
||||||
|
|
||||||
|
-- Advanced symbols
|
||||||
|
GVER = '',
|
||||||
|
GHOR = '',
|
||||||
|
GCLD = '',
|
||||||
|
GCRD = '╭',
|
||||||
|
GCLU = '',
|
||||||
|
GCRU = '',
|
||||||
|
GLRU = '',
|
||||||
|
GLRD = '',
|
||||||
|
GLUD = '',
|
||||||
|
GRUD = '',
|
||||||
|
GFORKU = '',
|
||||||
|
GFORKD = '',
|
||||||
|
GRUDCD = '',
|
||||||
|
GRUDCU = '',
|
||||||
|
GLUDCD = '',
|
||||||
|
GLUDCU = '',
|
||||||
|
GLRDCL = '',
|
||||||
|
GLRDCR = '',
|
||||||
|
GLRUCL = '',
|
||||||
|
GLRUCR = '',
|
||||||
},
|
},
|
||||||
format = {
|
format = {
|
||||||
timestamp = '%H:%M:%S %d-%m-%Y',
|
timestamp = '%H:%M:%S %d-%m-%Y',
|
||||||
|
|
Loading…
Add table
Reference in a new issue