add colorschemes, default to moonfly
This commit is contained in:
+10
-1
@@ -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 },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user