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()|.
|
||||
border = "none",
|
||||
icons = {
|
||||
loaded = "",
|
||||
not_loaded = "",
|
||||
cmd = " ",
|
||||
config = "",
|
||||
event = "",
|
||||
|
@ -365,6 +367,12 @@ CONFIGURATION *lazy.nvim-configuration*
|
|||
start = "",
|
||||
task = " ",
|
||||
lazy = " ",
|
||||
list = {
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"‒",
|
||||
},
|
||||
},
|
||||
throttle = 20, -- how frequently should the ui process render events
|
||||
custom_keys = {
|
||||
|
@ -735,28 +743,35 @@ HIGHLIGHT GROUPS *lazy.nvim-highlight-groups*
|
|||
|
||||
Click to see all highlight groups
|
||||
|
||||
│ Highlight Group │ Default Group │ Description │
|
||||
│**LazyButton** │**_CursorLine_** │ │
|
||||
│**LazyButtonActive** │**_Visual_** │ │
|
||||
│**LazyCommit** │_variable.builtin │ │
|
||||
│**LazyError** │**_ErrorMsg_** │taskerrors │
|
||||
│**LazyH1** │**_IncSearch_** │ │
|
||||
│**LazyH2** │**_Bold_** │ │
|
||||
│**LazyHandlerCmd** │**_Operator_** │ │
|
||||
│**LazyHandlerEvent** │**_Constant_** │ │
|
||||
│**LazyHandlerFt** │**_Character_** │ │
|
||||
│**LazyHandlerKeys** │**_Statement_** │ │
|
||||
│**LazyHandlerPlugin** │**_Special_** │ │
|
||||
│**LazyHandlerRuntime**│_macro │ │
|
||||
│**LazyHandlerSource** │**_Character_** │ │
|
||||
│**LazyHandlerStart** │_field │ │
|
||||
│**LazyKey** │**_Conceal_** │ │
|
||||
│**LazyMuted** │**_Comment_** │ │
|
||||
│**LazyNormal** │**_NormalFloat_** │ │
|
||||
│**LazyProgressDone** │**_Constant_** │progressbar done │
|
||||
│**LazyProgressTodo** │**_LineNr_** │progress bar todo│
|
||||
│**LazySpecial** │_punctuation.special│ │
|
||||
│**LazyValue** │_string │ │
|
||||
│ Highlight Group │ Default Group │ Description │
|
||||
│**LazyButton** │**_CursorLine_** │ │
|
||||
│**LazyButtonActive** │**_Visual_** │ │
|
||||
│**LazyComment** │**_Comment_** │ │
|
||||
│**LazyCommit** │_variable.builtin │commitref │
|
||||
│**LazyCommitIssue** │**_Number_** │ │
|
||||
│**LazyCommitScope** │**_Italic_** │conventional commit scope │
|
||||
│**LazyCommitType** │**_Title_** │conventional commit type │
|
||||
│**LazyDir** │_text.reference │directory │
|
||||
│**LazyH1** │**_IncSearch_** │homebutton │
|
||||
│**LazyH2** │**_Bold_** │titles │
|
||||
│**LazyNoCond** │**_DiagnosticWarn_**│unloaded icon for a plugin where cond() was false │
|
||||
│**LazyNormal** │**_NormalFloat_** │ │
|
||||
│**LazyProgressDone** │**_Constant_** │progress bar done │
|
||||
│**LazyProgressTodo** │**_LineNr_** │progress bar todo │
|
||||
│**LazyProp** │**_Conceal_** │property │
|
||||
│**LazyReasonCmd** │**_Operator_** │ │
|
||||
│**LazyReasonEvent** │**_Constant_** │ │
|
||||
│**LazyReasonFt** │**_Character_** │ │
|
||||
│**LazyReasonKeys** │**_Statement_** │ │
|
||||
│**LazyReasonPlugin** │**_Special_** │ │
|
||||
│**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*
|
||||
|
|
Loading…
Reference in New Issue