mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-11 01:42:32 +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 = {
|
icons = {
|
||||||
cmd = " ",
|
cmd = " ",
|
||||||
config = "",
|
config = "",
|
||||||
debug = "●",
|
debug = "● ",
|
||||||
event = " ",
|
event = " ",
|
||||||
favorite = " ",
|
favorite = " ",
|
||||||
ft = " ",
|
ft = " ",
|
||||||
|
|
Loading…
Add table
Reference in a new issue