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 -1
View File
@@ -1,6 +1,6 @@
require("config.lazy")
require("config.set")
require("config.remap")
require("config.lazy")
vim.lsp.enable({ "luals" })
+4
View File
@@ -0,0 +1,4 @@
return {
cmd = {}
}
+1
View File
@@ -3,3 +3,4 @@ return {
root_markers = { ".luarc.json" },
filetypes = { "lua" },
}
+1
View File
@@ -31,3 +31,4 @@ require("lazy").setup({
-- automatically check for plugin updates
checker = { enabled = true },
})
+2
View File
@@ -30,3 +30,5 @@ vim.opt.updatetime = 50
vim.opt.colorcolumn = "80"
vim.g.c_syntax_for_h = 1
vim.cmd.colorscheme("moonfly")
+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 },
}