summaryrefslogtreecommitdiff
path: root/lua/lvim/plugins.lua
diff options
context:
space:
mode:
authorChristianChiarulli <[email protected]>2022-09-21 11:21:01 -0400
committerChristianChiarulli <[email protected]>2022-09-21 11:21:01 -0400
commit64615ae626f2932529b236c3c5f99090dbf9faad (patch)
tree69754176932bd51651273f4e58a82c16429e4b40 /lua/lvim/plugins.lua
parent03156e42acde5b2e40c5245b8720450a4c5d25ba (diff)
fix: always load base theme
Diffstat (limited to 'lua/lvim/plugins.lua')
-rw-r--r--lua/lvim/plugins.lua2
1 files changed, 1 insertions, 1 deletions
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",