From 370da3c1bf7d57090d2962fe1ed4840df0ff46dd Mon Sep 17 00:00:00 2001 From: alemi Date: Sun, 20 Nov 2022 18:29:45 +0100 Subject: [PATCH] feat: add style for gitsigns in untracked file --- lua/plugins.lua | 1 + 1 file changed, 1 insertion(+) 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