mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 09:48:59 +02:00
fix(icons): replace obsolete Nerd icons (#331)
This commit is contained in:
parent
70966bbc19
commit
588dc5dd65
2 changed files with 4 additions and 4 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