mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
Fix README.md's wrong indent, add align to icons
This commit is contained in:
parent
434b7d3edd
commit
ec9239cbaa
1 changed files with 21 additions and 21 deletions
|
@ -315,15 +315,15 @@ return {
|
|||
border = "none",
|
||||
icons = {
|
||||
cmd = " ",
|
||||
config = "",
|
||||
event = "",
|
||||
config = " ",
|
||||
event = " ",
|
||||
ft = " ",
|
||||
init = " ",
|
||||
keys = " ",
|
||||
plugin = " ",
|
||||
runtime = " ",
|
||||
source = " ",
|
||||
start = "",
|
||||
start = " ",
|
||||
task = "✔ ",
|
||||
},
|
||||
throttle = 20, -- how frequently should the ui process render events
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue