diff --git a/README.md b/README.md index 0dfc7c6..9213acf 100644 --- a/README.md +++ b/README.md @@ -343,7 +343,7 @@ return { -- The border to use for the UI window. Accepts same border values as |nvim_open_win()|. border = "none", icons = { - cmd = " ", + cmd = "", config = "", event = "", ft = " ", @@ -356,7 +356,7 @@ return { plugin = " ", runtime = " ", source = " ", - start = "", + start = "", task = "✔ ", list = { "●", diff --git a/lua/lazy/core/config.lua b/lua/lazy/core/config.lua index 4a26b0a..34564f6 100644 --- a/lua/lazy/core/config.lua +++ b/lua/lazy/core/config.lua @@ -49,7 +49,7 @@ M.defaults = { -- The border to use for the UI window. Accepts same border values as |nvim_open_win()|. border = "none", icons = { - cmd = " ", + cmd = "", config = "", event = "", ft = " ", @@ -62,7 +62,7 @@ M.defaults = { plugin = " ", runtime = " ", source = " ", - start = "", + start = "", task = "✔ ", list = { "●",