diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 403c7f8..86a2198 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -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.