We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 772d888 commit 39c4770Copy full SHA for 39c4770
doc/lazy.nvim.txt
@@ -1,4 +1,4 @@
1
-*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
2
3
==============================================================================
4
Table of Contents *lazy.nvim-table-of-contents*
@@ -364,6 +364,7 @@ CONFIGURATION *lazy.nvim-configuration*
364
path = "~/projects",
365
---@type string[] plugins that match these patterns will use your local versions instead of being fetched from GitHub
366
patterns = {}, -- For example {"folke"}
367
+ fallback = false, -- Fallback to git when local plugin doesn't exist
368
},
369
install = {
370
-- install missing plugins on startup. This doesn't increase startup time.
0 commit comments