mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
47fc27e3f1
commit
e89acede13
|
@ -1,4 +1,4 @@
|
|||
*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 March 05
|
||||
*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 March 06
|
||||
|
||||
==============================================================================
|
||||
Table of Contents *lazy.nvim-table-of-contents*
|
||||
|
@ -409,7 +409,7 @@ CONFIGURATION *lazy.nvim-lazy.nvim-configuration*
|
|||
timeout = 120, -- kill processes that take more than 2 minutes
|
||||
url_format = "https://github.com/%s.git",
|
||||
-- lazy.nvim requires git >=2.19.0. If you really want to use lazy with an older version,
|
||||
-- then set the below to false. This is should work, but is NOT supported and will
|
||||
-- then set the below to false. This should work, but is NOT supported and will
|
||||
-- increase downloads a lot.
|
||||
filter = true,
|
||||
},
|
||||
|
@ -871,6 +871,8 @@ Click to see all highlight groups ~
|
|||
|
||||
LazyCommitType Title conventional commit type
|
||||
|
||||
LazyDimmed Conceal property
|
||||
|
||||
LazyDir _@text.reference_ directory
|
||||
|
||||
LazyH1 IncSearch homebutton
|
||||
|
|
Loading…
Reference in New Issue