Skip to content

Commit

Permalink
fix(git-signs): larger icons for delete
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Feb 28, 2023
1 parent 588dc5d commit 4b37723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/lazyvim/plugins/editor.lua
Expand Up @@ -243,8 +243,8 @@ return {
signs = {
add = { text = "" },
change = { text = "" },
delete = { text = "󰐊" },
topdelete = { text = "󰐊" },
delete = { text = "" },
topdelete = { text = "" },
changedelete = { text = "" },
untracked = { text = "" },
},
Expand Down

0 comments on commit 4b37723

Please sign in to comment.