mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
0ea771bd70
commit
e6de63bc9c
|
@ -353,6 +353,8 @@ CONFIGURATION *lazy.nvim-configuration*
|
||||||
-- The border to use for the UI window. Accepts same border values as |nvim_open_win()|.
|
-- The border to use for the UI window. Accepts same border values as |nvim_open_win()|.
|
||||||
border = "none",
|
border = "none",
|
||||||
icons = {
|
icons = {
|
||||||
|
loaded = "",
|
||||||
|
not_loaded = "",
|
||||||
cmd = " ",
|
cmd = " ",
|
||||||
config = "",
|
config = "",
|
||||||
event = "",
|
event = "",
|
||||||
|
@ -365,6 +367,12 @@ CONFIGURATION *lazy.nvim-configuration*
|
||||||
start = "",
|
start = "",
|
||||||
task = " ",
|
task = " ",
|
||||||
lazy = " ",
|
lazy = " ",
|
||||||
|
list = {
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"‒",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
throttle = 20, -- how frequently should the ui process render events
|
throttle = 20, -- how frequently should the ui process render events
|
||||||
custom_keys = {
|
custom_keys = {
|
||||||
|
@ -735,28 +743,35 @@ HIGHLIGHT GROUPS *lazy.nvim-highlight-groups*
|
||||||
|
|
||||||
Click to see all highlight groups
|
Click to see all highlight groups
|
||||||
|
|
||||||
│ Highlight Group │ Default Group │ Description │
|
│ Highlight Group │ Default Group │ Description │
|
||||||
│**LazyButton** │**_CursorLine_** │ │
|
│**LazyButton** │**_CursorLine_** │ │
|
||||||
│**LazyButtonActive** │**_Visual_** │ │
|
│**LazyButtonActive** │**_Visual_** │ │
|
||||||
│**LazyCommit** │_variable.builtin │ │
|
│**LazyComment** │**_Comment_** │ │
|
||||||
│**LazyError** │**_ErrorMsg_** │taskerrors │
|
│**LazyCommit** │_variable.builtin │commitref │
|
||||||
│**LazyH1** │**_IncSearch_** │ │
|
│**LazyCommitIssue** │**_Number_** │ │
|
||||||
│**LazyH2** │**_Bold_** │ │
|
│**LazyCommitScope** │**_Italic_** │conventional commit scope │
|
||||||
│**LazyHandlerCmd** │**_Operator_** │ │
|
│**LazyCommitType** │**_Title_** │conventional commit type │
|
||||||
│**LazyHandlerEvent** │**_Constant_** │ │
|
│**LazyDir** │_text.reference │directory │
|
||||||
│**LazyHandlerFt** │**_Character_** │ │
|
│**LazyH1** │**_IncSearch_** │homebutton │
|
||||||
│**LazyHandlerKeys** │**_Statement_** │ │
|
│**LazyH2** │**_Bold_** │titles │
|
||||||
│**LazyHandlerPlugin** │**_Special_** │ │
|
│**LazyNoCond** │**_DiagnosticWarn_**│unloaded icon for a plugin where cond() was false │
|
||||||
│**LazyHandlerRuntime**│_macro │ │
|
│**LazyNormal** │**_NormalFloat_** │ │
|
||||||
│**LazyHandlerSource** │**_Character_** │ │
|
│**LazyProgressDone** │**_Constant_** │progress bar done │
|
||||||
│**LazyHandlerStart** │_field │ │
|
│**LazyProgressTodo** │**_LineNr_** │progress bar todo │
|
||||||
│**LazyKey** │**_Conceal_** │ │
|
│**LazyProp** │**_Conceal_** │property │
|
||||||
│**LazyMuted** │**_Comment_** │ │
|
│**LazyReasonCmd** │**_Operator_** │ │
|
||||||
│**LazyNormal** │**_NormalFloat_** │ │
|
│**LazyReasonEvent** │**_Constant_** │ │
|
||||||
│**LazyProgressDone** │**_Constant_** │progressbar done │
|
│**LazyReasonFt** │**_Character_** │ │
|
||||||
│**LazyProgressTodo** │**_LineNr_** │progress bar todo│
|
│**LazyReasonKeys** │**_Statement_** │ │
|
||||||
│**LazySpecial** │_punctuation.special│ │
|
│**LazyReasonPlugin** │**_Special_** │ │
|
||||||
│**LazyValue** │_string │ │
|
│**LazyReasonRuntime**│_macro │ │
|
||||||
|
│**LazyReasonSource** │**_Character_** │ │
|
||||||
|
│**LazyReasonStart** │_field │ │
|
||||||
|
│**LazySpecial** │_punctuation.special│ │
|
||||||
|
│**LazyTaskError** │**_ErrorMsg_** │taskerrors │
|
||||||
|
│**LazyTaskOutput** │**_MsgArea_** │task output │
|
||||||
|
│**LazyUrl** │_text.reference │url │
|
||||||
|
│**LazyValue** │_string │valueof a property │
|
||||||
|
|
||||||
|
|
||||||
OTHER NEOVIM PLUGIN MANAGERS IN LUA*lazy.nvim-other-neovim-plugin-managers-in-lua*
|
OTHER NEOVIM PLUGIN MANAGERS IN LUA*lazy.nvim-other-neovim-plugin-managers-in-lua*
|
||||||
|
|
Loading…
Reference in New Issue