add colorschemes, default to moonfly
This commit is contained in:
+11
-2
@@ -4,8 +4,17 @@ return {
|
|||||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||||
lazy = false,
|
lazy = false,
|
||||||
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