summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/lvim/plugins.lua17
-rw-r--r--snapshots/default.json6
2 files changed, 0 insertions, 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
@@ -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()
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"
},