chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2024-01-20 13:19:39 +00:00
parent a6f782adc1
commit 3e0c0a05bd
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ CONFIGURATION *lazy.nvim-lazy.nvim-configuration*
filter = true,
},
dev = {
-- directory where you store your local plugin projects
---@type string | fun(plugin: LazyPlugin): string directory where you store your local plugin projects
path = "~/projects",
---@type string[] plugins that match these patterns will use your local versions instead of being fetched from GitHub
patterns = {}, -- For example {"folke"}