reorderd lazy and config
This commit is contained in:
@@ -31,3 +31,4 @@ require("lazy").setup({
|
||||
-- automatically check for plugin updates
|
||||
checker = { enabled = true },
|
||||
})
|
||||
|
||||
|
||||
@@ -30,3 +30,5 @@ vim.opt.updatetime = 50
|
||||
vim.opt.colorcolumn = "80"
|
||||
vim.g.c_syntax_for_h = 1
|
||||
|
||||
vim.cmd.colorscheme("moonfly")
|
||||
|
||||
|
||||
@@ -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 },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user