diff options
author | Christian Chiarulli <[email protected]> | 2023-01-09 15:33:23 -0500 |
---|---|---|
committer | Christian Chiarulli <[email protected]> | 2023-01-09 15:33:23 -0500 |
commit | 18845f9e5fc9b747256b9ec5c505b16a19c3686b (patch) | |
tree | 1d4cfe9037b5e90633fe937a85e54c93b8546782 /lua/lvim/plugins.lua | |
parent | 273ef46e7dac8968976ed7269e2750d16e8e2b29 (diff) |
refactor: remove old colorschemes
Diffstat (limited to 'lua/lvim/plugins.lua')
-rw-r--r-- | lua/lvim/plugins.lua | 17 |
1 files changed, 0 insertions, 17 deletions
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 @@ -15,9 +15,6 @@ local core_plugins = { end, }, { - "folke/tokyonight.nvim", - }, - { "lunarvim/lunar.nvim", }, { "Tastyep/structlog.nvim" }, @@ -269,20 +266,6 @@ local core_plugins = { }, { - "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() pcall(function() |