change the colorscheme to cattpuccin
This commit is contained in:
@@ -8,6 +8,9 @@ vim.g.python3_host_prog = get_python_venv_path()
|
||||
|
||||
-- GENERAL SETTINGS {{{1
|
||||
|
||||
vim.o.termguicolors = true
|
||||
vim.cmd.colorscheme('catppuccin')
|
||||
|
||||
vim.cmd [[
|
||||
set autowriteall
|
||||
set exrc
|
||||
@@ -530,15 +533,6 @@ 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