Przeglądaj źródła

refactor: remove old colorschemes

Christian Chiarulli 2 lat temu
rodzic
commit
18845f9e5f
2 zmienionych plików z 0 dodań i 23 usunięć
  1. 0 17
      lua/lvim/plugins.lua
  2. 0 6
      snapshots/default.json

+ 0 - 17
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()

+ 0 - 6
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"
   },