From 6e7c982ae6996fd9ed1d12d39d252a0d82e17853 Mon Sep 17 00:00:00 2001 From: williamhsieh Date: Sun, 1 Jan 2023 17:23:56 +0800 Subject: [PATCH] fix(icons): remove extra spaces --- README.md | 2 +- lua/lazy/core/config.lua | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fb04ca6..18b7aaf 100644 --- a/README.md +++ b/README.md @@ -463,7 +463,7 @@ return { source = "📄", start = "🚀", task = "📌", - lazy = "đŸ’€ ", + lazy = "đŸ’€", }, }, } diff --git a/lua/lazy/core/config.lua b/lua/lazy/core/config.lua index 87e9c98..8065ab5 100644 --- a/lua/lazy/core/config.lua +++ b/lua/lazy/core/config.lua @@ -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 = { "●", "➜",