feat: add style for gitsigns in untracked file

This commit is contained in:
əlemi 2022-11-20 18:29:45 +01:00
parent 3f63b45d45
commit 370da3c1bf
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -165,6 +165,7 @@ local init_fn = function(use)
delete = {hl = 'GitSignsDelete', text = '_'}, delete = {hl = 'GitSignsDelete', text = '_'},
topdelete = {hl = 'GitSignsDelete', text = ''}, topdelete = {hl = 'GitSignsDelete', text = ''},
changedelete = {hl = 'GitSignsDelete', text = '~'}, changedelete = {hl = 'GitSignsDelete', text = '~'},
untracked = {hl = 'GitSignsUntracked', text = ''},
}, },
} }
end end