From 18845f9e5fc9b747256b9ec5c505b16a19c3686b Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Mon, 9 Jan 2023 15:33:23 -0500 Subject: refactor: remove old colorschemes --- lua/lvim/plugins.lua | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'lua') diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index 6a6c3db7..dddfdd40 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -14,9 +14,6 @@ local core_plugins = { require("lvim.core.mason").setup() end, }, - { - "folke/tokyonight.nvim", - }, { "lunarvim/lunar.nvim", }, @@ -268,20 +265,6 @@ local core_plugins = { disable = not lvim.builtin.indentlines.active, }, - { - "lunarvim/onedarker.nvim", - branch = "freeze", - config = function() - pcall(function() - if lvim and lvim.colorscheme == "onedarker" then - require("onedarker").setup() - lvim.builtin.lualine.options.theme = "onedarker" - end - end) - end, - disable = lvim.colorscheme ~= "onedarker", - }, - { "lunarvim/bigfile.nvim", config = function() -- cgit v1.2.3