reorderd lazy and config

This commit is contained in:
2025-04-15 20:08:14 +02:00
parent 7f1a3b82da
commit 5577628a22
6 changed files with 10 additions and 8 deletions
+1 -7
View File
@@ -7,13 +7,7 @@ return {
require("lualine").setup()
end,
},
{
"bluz71/vim-moonfly-colors",
lazy = false,
config = function()
vim.cmd.colorscheme("moonfly")
end,
},
{ "bluz71/vim-moonfly-colors", lazy = false },
{ "EdenEast/nightfox.nvim", lazy = false },
{ "oxfist/night-owl.nvim", lazy = false },
}