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

Commit 0a14f30

Browse files
committed
update
1 parent 579c441 commit 0a14f30

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lua/strive/init.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -729,8 +729,6 @@ end
729729
function Plugin:on(events)
730730
self.is_lazy = true
731731
self.events = type(events) ~= 'table' and { events } or events
732-
733-
-- Create a single augroup for this plugin
734732
self.group_id = api.nvim_create_augroup('strive_' .. self.plugin_name, { clear = true })
735733

736734
-- Create autocmds for each event within this group

0 commit comments

Comments
 (0)