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()|.
border = "none",
icons = {
cmd = "",
cmd = "",
config = "",
event = "",
ft = " ",
@ -356,7 +356,7 @@ return {
plugin = " ",
runtime = " ",
source = " ",
start = "",
start = "",
task = "✔ ",
list = {
"●",