20240908-3

This commit is contained in:
foozzi 2024-09-08 19:25:52 +02:00
parent d49478dd61
commit 2ab6b49ed7
3 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
return {
"sainnhe/everforest",
lazy = false,
-- lazy = false,
priority = 1000,
config = function()
-- Optionally configure and load the colorscheme

View file

@ -1,7 +1,7 @@
return {
"ellisonleao/gruvbox.nvim",
lazy = true,
priority = 0,
lazy = false,
priority = 1000,
opts = {},
config = function()
vim.cmd("colorscheme gruvbox")