Skip to content

Commit

Permalink
fix: use App.update instead of Settings.update during Grapple.setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cbochs committed Mar 15, 2024
1 parent 982ed5d commit c2c6cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/grapple.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local Grapple = {}
---@param opts? grapple.settings
function Grapple.setup(opts)
local app = require("grapple.app").get()
app.settings:update(opts)
app:update(opts)
app:load_current_scope()
end

Expand Down

0 comments on commit c2c6cbf

Please sign in to comment.