Skip to content

Commit

Permalink
fix(plugins): callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 24, 2024
1 parent 40a07b2 commit c52f12d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/astrotheme/groups/plugins/flash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ local function callback(c)
}
end

return callback()
return callback
2 changes: 1 addition & 1 deletion lua/astrotheme/groups/plugins/todo-comments.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ local function callback(c)
}
end

return callback()
return callback

0 comments on commit c52f12d

Please sign in to comment.