chore(wezterm): disable nvim color switcher for now

This commit is contained in:
winston 2022-11-22 05:53:08 +01:00
parent d96a2f8f72
commit e75278cf0a
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -214,7 +214,8 @@ local function scheme_for_appearance(appearance)
if string.match(wezterm.target_triple, "linux") then if string.match(wezterm.target_triple, "linux") then
return darkTheme return darkTheme
end end
update_nvim(appearance) -- this isn't fully baked yet
-- update_nvim(appearance)
if appearance:find("Dark") then if appearance:find("Dark") then
return darkTheme return darkTheme
else else