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 ----------------- snapshots/default.json | 6 ------ 2 files changed, 23 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 @@ -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() diff --git a/snapshots/default.json b/snapshots/default.json index 10ff2649..2f679029 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -89,9 +89,6 @@ "nvim-web-devicons": { "commit": "05e1072" }, - "onedarker.nvim": { - "commit": "b00dd21" - }, "packer.nvim": { "commit": "dac4088" }, @@ -119,9 +116,6 @@ "toggleterm.nvim": { "commit": "b02a167" }, - "tokyonight.nvim": { - "commit": "def9165" - }, "vim-illuminate": { "commit": "a6d0b28" }, -- cgit v1.2.3