|
@@ -14,9 +14,6 @@ local core_plugins = {
|
|
require("lvim.core.mason").setup()
|
|
require("lvim.core.mason").setup()
|
|
end,
|
|
end,
|
|
},
|
|
},
|
|
- {
|
|
|
|
- "folke/tokyonight.nvim",
|
|
|
|
- },
|
|
|
|
{
|
|
{
|
|
"lunarvim/lunar.nvim",
|
|
"lunarvim/lunar.nvim",
|
|
},
|
|
},
|
|
@@ -268,20 +265,6 @@ local core_plugins = {
|
|
disable = not lvim.builtin.indentlines.active,
|
|
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",
|
|
"lunarvim/bigfile.nvim",
|
|
config = function()
|
|
config = function()
|