summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/lvim/plugins.lua17
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()