diff options
Diffstat (limited to 'lua/lvim/plugins.lua')
| -rw-r--r-- | lua/lvim/plugins.lua | 2 | 
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", | 
