mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
fix(icons): remove extra spaces
This commit is contained in:
parent
0a0f1b95e9
commit
6e7c982ae6
2 changed files with 10 additions and 10 deletions
|
@ -463,7 +463,7 @@ return {
|
|||
source = "📄",
|
||||
start = "🚀",
|
||||
task = "📌",
|
||||
lazy = "💤 ",
|
||||
lazy = "💤",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -40,18 +40,18 @@ M.defaults = {
|
|||
icons = {
|
||||
loaded = "●",
|
||||
not_loaded = "○",
|
||||
cmd = " ",
|
||||
cmd = "",
|
||||
config = "",
|
||||
event = "",
|
||||
ft = " ",
|
||||
init = " ",
|
||||
keys = " ",
|
||||
plugin = " ",
|
||||
runtime = " ",
|
||||
source = " ",
|
||||
ft = "",
|
||||
init = "",
|
||||
keys = "",
|
||||
plugin = "",
|
||||
runtime = "",
|
||||
source = "",
|
||||
start = "",
|
||||
task = "✔ ",
|
||||
lazy = "鈴 ",
|
||||
task = "✔",
|
||||
lazy = "鈴",
|
||||
list = {
|
||||
"●",
|
||||
"➜",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue