Skip to content
This repository was archived by the owner on Dec 7, 2025. It is now read-only.

Commit 024d433

Browse files
committed
update
1 parent 60a1a52 commit 024d433

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

lua/strive/init.lua

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -702,10 +702,10 @@ function Plugin:on(events)
702702

703703
-- Schedule the event emission to avoid nesting too deep
704704
-- vim.schedule(function()
705-
api.nvim_exec_autocmds(event, {
706-
modeline = false,
707-
data = event_data,
708-
})
705+
api.nvim_exec_autocmds(event, {
706+
modeline = false,
707+
data = event_data,
708+
})
709709
-- end)
710710
end
711711
end,
@@ -1302,6 +1302,7 @@ function M.update()
13021302
local strive_plugin = Plugin.new({
13031303
name = 'nvimdev/strive',
13041304
plugin_name = 'strive',
1305+
is_lazy = true,
13051306
})
13061307

13071308
-- Find plugins that need updating with proper error handling

0 commit comments

Comments
 (0)