change back colorscheme to everforest

This reverts commit ac9e28e5ee.

Revert "use the cattpuccin plugin instead. the colorscheme is currently
only in the latest nvim version"

This reverts commit 99036c49e5.
This commit is contained in:
Ivar Fatland
2026-04-18 13:54:06 +02:00
parent 2721da8b81
commit 58af031619
+9 -8
View File
@@ -370,14 +370,6 @@ end
vim.opt.rtp:prepend(lazypath)
require'lazy'.setup{ --{{{1
{ "catppuccin/nvim", --{{{2
name = "catppuccin",
priority = 1000,
config = function()
vim.o.termguicolors = true
vim.cmd.colorscheme('catppuccin')
end
},
{ 'stevearc/oil.nvim', --{{{2
---@module 'oil'
---@type oil.SetupOpts
@@ -584,6 +576,15 @@ require'lazy'.setup{ --{{{1
require'mini.align'.setup()
end,
},
{ 'sainnhe/everforest', --{{{2
lazy = false,
priority = 1000,
config = function()
vim.o.termguicolors = true
vim.g.everforest_enable_italic = true
vim.cmd.colorscheme('everforest')
end,
},
{ 'folke/lazydev.nvim', --{{{2
ft = 'lua', -- only load on lua files
opts = {