mirror of
https://github.com/NotAShelf/direnv.nvim.git
synced 2026-04-16 15:24:15 +00:00
stylua
This commit is contained in:
parent
709f49358a
commit
7130b03a15
1 changed files with 2 additions and 2 deletions
|
|
@ -82,8 +82,8 @@ end
|
|||
--- @param opts? table Additional notification options
|
||||
local function notify(msg, level, opts)
|
||||
local configured_level = M.config
|
||||
and M.config.notifications
|
||||
and M.config.notifications.level
|
||||
and M.config.notifications
|
||||
and M.config.notifications.level
|
||||
or vim.log.levels.INFO
|
||||
level = level or configured_level
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue