Skip to content

Commit

Permalink
fix(mini): update view options of underlying view. See #685
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 17, 2024
1 parent 8bccd26 commit 7ee3649
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/noice/view/backend/mini.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ end

function MiniView:update_options()
self._opts = vim.tbl_deep_extend("force", defaults, self._opts)
if self.view then
self.view:update_options()
end
end

---@param message NoiceMessage
Expand Down

0 comments on commit 7ee3649

Please sign in to comment.