add colorschemes, default to moonfly

This commit is contained in:
2025-04-15 19:29:43 +02:00
parent 466c8cf410
commit 7f1a3b82da
+10 -1
View File
@@ -6,6 +6,15 @@ return {
config = function() config = function()
require("lualine").setup() require("lualine").setup()
end, end,
} },
{
"bluz71/vim-moonfly-colors",
lazy = false,
config = function()
vim.cmd.colorscheme("moonfly")
end,
},
{ "EdenEast/nightfox.nvim", lazy = false },
{ "oxfist/night-owl.nvim", lazy = false },
} }