Refactor
This commit is contained in:
4
init.lua
4
init.lua
@@ -29,10 +29,12 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
|
||||
end
|
||||
vim.opt.rtp:prepend(lazypath)
|
||||
|
||||
-- require(config_path .. "/lua/plugins/dankcolors.lua")
|
||||
|
||||
require("lazy").setup({
|
||||
spec = {
|
||||
plugins,
|
||||
},
|
||||
install = { colorscheme = { "habamax" } },
|
||||
checker = { enabled = true },
|
||||
checker = { enabled = true, notify = false },
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user