change back colorscheme to everforest
This reverts commitac9e28e5ee. Revert "use the cattpuccin plugin instead. the colorscheme is currently only in the latest nvim version" This reverts commit99036c49e5.
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user