This commit is contained in:
2026-03-19 16:14:24 -05:00
parent 24d5bcc047
commit 792a99bf0f
15 changed files with 242 additions and 145 deletions

View File

@@ -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 },
})