Skip to content

Commit 2080c32

Browse files
committed
update
1 parent 024d433 commit 2080c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/strive/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ function Plugin.new(spec)
569569
plugin_name = plugin_name, -- Just the repo part (for loading)
570570
is_remote = not name:find(vim.env.HOME), -- Is it a remote or local plugin
571571
is_local = spec.is_local or false, -- Development mode flag
572-
is_lazy = false, -- Whether to lazy load
572+
is_lazy = spec.is_lazy or false, -- Whether to lazy load
573573
load_path = nil, -- Loacal path to load
574574

575575
-- States

0 commit comments

Comments
 (0)