move colorscheme.lua back to core for consistency
This commit is contained in:
@@ -13,12 +13,16 @@ end
|
|||||||
vim.opt.rtp:prepend(lazypath)
|
vim.opt.rtp:prepend(lazypath)
|
||||||
|
|
||||||
-- lazy setup
|
-- lazy setup
|
||||||
require("lazy").setup({ { import = "plugins" }, { import = "plugins.lsp" } }, {
|
require("lazy").setup({
|
||||||
|
{ import = "core.colorscheme" },
|
||||||
|
{ import = "plugins" },
|
||||||
|
{ import = "plugins.lsp" },
|
||||||
|
}, {
|
||||||
checker = {
|
checker = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
notify = false,
|
notify = false,
|
||||||
},
|
},
|
||||||
change_detection = {
|
change_detection = {
|
||||||
notify = false,
|
notify = false,
|
||||||
}
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user