mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 05:16:45 +00:00
chore(build): auto-generate vimdoc
This commit is contained in:
parent
a6f782adc1
commit
3e0c0a05bd
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ CONFIGURATION *lazy.nvim-lazy.nvim-configuration*
|
||||||
filter = true,
|
filter = true,
|
||||||
},
|
},
|
||||||
dev = {
|
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",
|
path = "~/projects",
|
||||||
---@type string[] plugins that match these patterns will use your local versions instead of being fetched from GitHub
|
---@type string[] plugins that match these patterns will use your local versions instead of being fetched from GitHub
|
||||||
patterns = {}, -- For example {"folke"}
|
patterns = {}, -- For example {"folke"}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue