fix(config): Change cmd and start icons

This commit is contained in:
Brian Di Palma 2023-03-16 13:41:05 +00:00
commit f7cc975ea3
2 changed files with 4 additions and 4 deletions

View file

@ -343,7 +343,7 @@ return {
-- The border to use for the UI window. Accepts same border values as |nvim_open_win()|. -- The border to use for the UI window. Accepts same border values as |nvim_open_win()|.
border = "none", border = "none",
icons = { icons = {
cmd = "", cmd = "",
config = "", config = "",
event = "", event = "",
ft = " ", ft = " ",
@ -356,7 +356,7 @@ return {
plugin = " ", plugin = " ",
runtime = " ", runtime = " ",
source = " ", source = " ",
start = "", start = "",
task = "✔ ", task = "✔ ",
list = { list = {
"●", "●",

View file

@ -49,7 +49,7 @@ M.defaults = {
-- The border to use for the UI window. Accepts same border values as |nvim_open_win()|. -- The border to use for the UI window. Accepts same border values as |nvim_open_win()|.
border = "none", border = "none",
icons = { icons = {
cmd = "", cmd = "",
config = "", config = "",
event = "", event = "",
ft = "", ft = "",
@ -62,7 +62,7 @@ M.defaults = {
plugin = "", plugin = "",
runtime = "", runtime = "",
source = "", source = "",
start = "", start = "",
task = "", task = "",
list = { list = {
"", "",