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

This commit is contained in:
Ivar Fatland
2026-04-09 10:11:13 +02:00
parent 40f2de1539
commit 99036c49e5
+8 -3
View File
@@ -8,9 +8,6 @@ vim.g.python3_host_prog = get_python_venv_path()
-- GENERAL SETTINGS {{{1 -- GENERAL SETTINGS {{{1
vim.o.termguicolors = true
vim.cmd.colorscheme('catppuccin')
vim.cmd [[ vim.cmd [[
set autowriteall set autowriteall
set exrc set exrc
@@ -327,6 +324,14 @@ end
vim.opt.rtp:prepend(lazypath) vim.opt.rtp:prepend(lazypath)
require'lazy'.setup{ --{{{1 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 { 'stevearc/oil.nvim', --{{{2
---@module 'oil' ---@module 'oil'
---@type oil.SetupOpts ---@type oil.SetupOpts