From 7130b03a154d0d8a15e5f594e7176e7e932118c7 Mon Sep 17 00:00:00 2001 From: Alvaro Date: Thu, 26 Mar 2026 10:17:39 +0100 Subject: [PATCH] stylua --- lua/direnv.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/direnv.lua b/lua/direnv.lua index 17f8d69..2cd57d5 100644 --- a/lua/direnv.lua +++ b/lua/direnv.lua @@ -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