mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
docs: add lazy icon config option
This commit is contained in:
parent
8da2b3f1fe
commit
30f93ff445
2 changed files with 2 additions and 0 deletions
|
@ -325,6 +325,7 @@ return {
|
|||
source = " ",
|
||||
start = "",
|
||||
task = "✔ ",
|
||||
lazy = "鈴 ",
|
||||
},
|
||||
throttle = 20, -- how frequently should the ui process render events
|
||||
custom_keys = {
|
||||
|
|
|
@ -362,6 +362,7 @@ CONFIGURATION *lazy.nvim-configuration*
|
|||
source = " ",
|
||||
start = "",
|
||||
task = " ",
|
||||
lazy = " ",
|
||||
},
|
||||
throttle = 20, -- how frequently should the ui process render events
|
||||
custom_keys = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue