This commit is contained in:
Alvaro 2026-03-26 10:17:39 +01:00
commit 7130b03a15

View file

@ -82,8 +82,8 @@ end
--- @param opts? table Additional notification options --- @param opts? table Additional notification options
local function notify(msg, level, opts) local function notify(msg, level, opts)
local configured_level = M.config local configured_level = M.config
and M.config.notifications and M.config.notifications
and M.config.notifications.level and M.config.notifications.level
or vim.log.levels.INFO or vim.log.levels.INFO
level = level or configured_level level = level or configured_level