From e75278cf0a36d37394ab1adc22a3f9392c498339 Mon Sep 17 00:00:00 2001 From: winston Date: Tue, 22 Nov 2022 05:53:08 +0100 Subject: [PATCH] chore(wezterm): disable nvim color switcher for now --- dot_config/wezterm/wezterm.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_config/wezterm/wezterm.lua b/dot_config/wezterm/wezterm.lua index d3b494c..8707f7e 100644 --- a/dot_config/wezterm/wezterm.lua +++ b/dot_config/wezterm/wezterm.lua @@ -214,7 +214,8 @@ local function scheme_for_appearance(appearance) if string.match(wezterm.target_triple, "linux") then return darkTheme end - update_nvim(appearance) + -- this isn't fully baked yet + -- update_nvim(appearance) if appearance:find("Dark") then return darkTheme else