From 4b37723558e45f14c3e8d05fc84ad3a701b9faf0 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Tue, 28 Feb 2023 10:01:53 +0100 Subject: [PATCH] fix(git-signs): larger icons for delete --- lua/lazyvim/plugins/editor.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/lazyvim/plugins/editor.lua b/lua/lazyvim/plugins/editor.lua index 7460e9c2..fae29a31 100644 --- a/lua/lazyvim/plugins/editor.lua +++ b/lua/lazyvim/plugins/editor.lua @@ -243,8 +243,8 @@ return { signs = { add = { text = "▎" }, change = { text = "▎" }, - delete = { text = "󰐊" }, - topdelete = { text = "󰐊" }, + delete = { text = "" }, + topdelete = { text = "" }, changedelete = { text = "▎" }, untracked = { text = "▎" }, },