Skip to content

Commit

Permalink
[fix] ui missing for custom hooks callback
Browse files Browse the repository at this point in the history
  • Loading branch information
frankroeder committed Jul 2, 2024
1 parent 2719099 commit 672b3b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/parrot/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ local M = {
config = {}, -- config variables
hooks = {}, -- user defined command functions
logger = require("parrot.logger"),
ui = ui,
}
local pool = Pool:new()
local queries = Queries:new()
Expand Down

0 comments on commit 672b3b5

Please sign in to comment.