Skip to content

Commit 4df5c4d

Browse files
authored
fix(config): add missing space on the default debug icon (#1879)
## Description Adds the missing space from a9c660d ## Screenshots Current: ![imagen](https://github.com/user-attachments/assets/9a3a1a0c-43ad-49f3-8b39-b3250f53ec40) After: ![imagen](https://github.com/user-attachments/assets/3b3d4dfd-3c03-4db9-8f61-d2bd4f9ed22d)
1 parent 72aa3a2 commit 4df5c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ M.defaults = {
9696
icons = {
9797
cmd = "",
9898
config = "",
99-
debug = "",
99+
debug = " ",
100100
event = "",
101101
favorite = "",
102102
ft = "",

0 commit comments

Comments
 (0)