From 58af031619d43ddd69f063e2b17f901f2b2d212d Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Sat, 18 Apr 2026 13:54:06 +0200 Subject: [PATCH] change back colorscheme to everforest This reverts commit ac9e28e5ee8f0dfc095a60d18eb7078842c39604. Revert "use the cattpuccin plugin instead. the colorscheme is currently only in the latest nvim version" This reverts commit 99036c49e5b23ed59e917d347abec6b7425a9771. --- nvim/.config/nvim/init.lua | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/nvim/.config/nvim/init.lua b/nvim/.config/nvim/init.lua index b38b87a..c368e05 100644 --- a/nvim/.config/nvim/init.lua +++ b/nvim/.config/nvim/init.lua @@ -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 = {