mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-03 06:36:34 +00:00
fix(config): add missing space on the default debug icon (#1879)
## Description
Adds the missing space from a9c660d
## Screenshots
Current:

After:

This commit is contained in:
parent
72aa3a2624
commit
4df5c4d65a
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ M.defaults = {
|
|||
icons = {
|
||||
cmd = " ",
|
||||
config = "",
|
||||
debug = "●",
|
||||
debug = "● ",
|
||||
event = " ",
|
||||
favorite = " ",
|
||||
ft = " ",
|
||||
|
|
Loading…
Add table
Reference in a new issue