From 49120177ce0667697a46d75cae6c06d784382836 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Sun, 15 Aug 2021 01:10:05 +0530 Subject: [PATCH] Update theme.lua --- lua/theme.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/lua/theme.lua b/lua/theme.lua index f1ecdaa..b2ce61b 100644 --- a/lua/theme.lua +++ b/lua/theme.lua @@ -1,8 +1,5 @@ local chad_theme = require("chadrc").ui.theme - vim.g.nvchad_theme = chad_theme --- this stores the current set theme, if later theme switcher is used but not set to default -vim.g.current_nvchad_theme = chad_theme local present, base16 = pcall(require, "base16")