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
|
-- GENERAL SETTINGS {{{1
|
||||||
|
|
||||||
|
vim.o.termguicolors = true
|
||||||
|
vim.cmd.colorscheme('catppuccin')
|
||||||
|
|
||||||
vim.cmd [[
|
vim.cmd [[
|
||||||
set autowriteall
|
set autowriteall
|
||||||
set exrc
|
set exrc
|
||||||
@@ -530,15 +533,6 @@ require'lazy'.setup{ --{{{1
|
|||||||
require'mini.align'.setup()
|
require'mini.align'.setup()
|
||||||
end,
|
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
|
{ 'folke/lazydev.nvim', --{{{2
|
||||||
ft = 'lua', -- only load on lua files
|
ft = 'lua', -- only load on lua files
|
||||||
opts = {
|
opts = {
|
||||||
|
|||||||
Reference in New Issue
Block a user