use lazy true for colorschemes

This commit is contained in:
2023-10-15 13:08:32 +02:00
parent a251c74619
commit 33e27206de
6 changed files with 34 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
return {
'luisiacc/gruvbox-baby',
lazy = true,
priority = 1000, -- make sure to load this before all the other start plugins
config = function()
vim.cmd('colorscheme gruvbox-baby')
end,
enabled = true
}