From 64615ae626f2932529b236c3c5f99090dbf9faad Mon Sep 17 00:00:00 2001 From: ChristianChiarulli Date: Wed, 21 Sep 2022 11:21:01 -0400 Subject: fix: always load base theme --- lua/lvim/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/lvim/plugins.lua') diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index 2140636b..fbafb17a 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -19,7 +19,7 @@ local core_plugins = { config = function() require("lvim.core.theme").setup() end, - disable = not vim.startswith(lvim.colorscheme, "tokyonight"), + -- disable = not vim.startswith(lvim.colorscheme, "tokyonight"), }, { "rcarriga/nvim-notify", -- cgit v1.2.3