make config more lightweight

This commit is contained in:
davidon-top 2023-09-19 18:57:21 +02:00
parent c0ea7b465b
commit 9d922f8de5
16 changed files with 79 additions and 515 deletions

View file

@ -18,7 +18,7 @@ require("lazy").setup("config.packages", {
defaults = {
lazy = false
},
-- install = {
-- colorscheme = { "catppuccin" },
-- }
})
install = {
colorscheme = { "carbonfox" },
}
})