mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 04:46:45 +00:00
feat(ui): make lazy icon configurable (#163)
* feat(ui): make lazy icon configurable * docs: add lazy icon config option
This commit is contained in:
parent
434b7d3edd
commit
8ea9d8b024
4 changed files with 4 additions and 1 deletions
|
@ -48,6 +48,7 @@ M.defaults = {
|
|||
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