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 = "▎" }, },