From 62551bb06206e4bcb7fa3935cd0970bd3b2492bd Mon Sep 17 00:00:00 2001 From: rootiest Date: Sun, 3 Nov 2024 01:01:25 -0400 Subject: [PATCH] refactor: update condition for auto dark mode plugin --- lua/plugins/themes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/themes.lua b/lua/plugins/themes.lua index a179498..08f2f59 100644 --- a/lua/plugins/themes.lua +++ b/lua/plugins/themes.lua @@ -113,7 +113,7 @@ return { "f-person/auto-dark-mode.nvim", lazy = true, opts = data.types.auto_dark_mode, - cond = not data.func.is_ssh(), + cond = data.cond.auto_dark_mode, }, { -- Highlight colors "brenoprata10/nvim-highlight-colors",