chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2023-01-24 21:56:22 +00:00
parent 772d8888cc
commit 39c4770d81
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 January 23
*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 January 24
==============================================================================
Table of Contents *lazy.nvim-table-of-contents*
@ -364,6 +364,7 @@ CONFIGURATION *lazy.nvim-configuration*
path = "~/projects",
---@type string[] plugins that match these patterns will use your local versions instead of being fetched from GitHub
patterns = {}, -- For example {"folke"}
fallback = false, -- Fallback to git when local plugin doesn't exist
},
install = {
-- install missing plugins on startup. This doesn't increase startup time.