feat: add style for gitsigns in untracked file
This commit is contained in:
parent
3f63b45d45
commit
370da3c1bf
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ local init_fn = function(use)
|
|||
delete = {hl = 'GitSignsDelete', text = '_'},
|
||||
topdelete = {hl = 'GitSignsDelete', text = '‾'},
|
||||
changedelete = {hl = 'GitSignsDelete', text = '~'},
|
||||
untracked = {hl = 'GitSignsUntracked', text = '╎'},
|
||||
},
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue