mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 19:34:15 +00:00
fix(config): Change cmd and start icons
This commit is contained in:
parent
6b55862d2d
commit
f7cc975ea3
2 changed files with 4 additions and 4 deletions
|
@ -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 = {
|
||||
"●",
|
||||
|
|
|
@ -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 = {
|
||||
"●",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue