mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
fix(git-signs): larger icons for delete
This commit is contained in:
parent
588dc5dd65
commit
4b37723558
1 changed files with 2 additions and 2 deletions
|
@ -243,8 +243,8 @@ return {
|
|||
signs = {
|
||||
add = { text = "▎" },
|
||||
change = { text = "▎" },
|
||||
delete = { text = "" },
|
||||
topdelete = { text = "" },
|
||||
delete = { text = "" },
|
||||
topdelete = { text = "" },
|
||||
changedelete = { text = "▎" },
|
||||
untracked = { text = "▎" },
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue