We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 024d433 commit 2080c32Copy full SHA for 2080c32
lua/strive/init.lua
@@ -569,7 +569,7 @@ function Plugin.new(spec)
569
plugin_name = plugin_name, -- Just the repo part (for loading)
570
is_remote = not name:find(vim.env.HOME), -- Is it a remote or local plugin
571
is_local = spec.is_local or false, -- Development mode flag
572
- is_lazy = false, -- Whether to lazy load
+ is_lazy = spec.is_lazy or false, -- Whether to lazy load
573
load_path = nil, -- Loacal path to load
574
575
-- States
0 commit comments