Skip to content

Commit 39c4770

Browse files
chore(build): auto-generate vimdoc
1 parent 772d888 commit 39c4770

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/lazy.nvim.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 January 23
1+
*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 January 24
22

33
==============================================================================
44
Table of Contents *lazy.nvim-table-of-contents*
@@ -364,6 +364,7 @@ CONFIGURATION *lazy.nvim-configuration*
364364
path = "~/projects",
365365
---@type string[] plugins that match these patterns will use your local versions instead of being fetched from GitHub
366366
patterns = {}, -- For example {"folke"}
367+
fallback = false, -- Fallback to git when local plugin doesn't exist
367368
},
368369
install = {
369370
-- install missing plugins on startup. This doesn't increase startup time.

0 commit comments

Comments
 (0)