diff --git a/lua/plugins.lua b/lua/plugins.lua index 2ffdbe4..52a0bcc 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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