set theme to catppuccin

pull/1467/head
Lorran David 7 months ago
parent 49d7ac42dd
commit b27941e7b1

@ -945,7 +945,7 @@ require('lazy').setup({
-- Uncomment any of the lines below to enable them (you will need to restart nvim). -- Uncomment any of the lines below to enable them (you will need to restart nvim).
-- --
-- require 'kickstart.plugins.debug', -- require 'kickstart.plugins.debug',
-- require 'kickstart.plugins.indent_line', require 'kickstart.plugins.indent_line',
-- require 'kickstart.plugins.lint', -- require 'kickstart.plugins.lint',
require 'kickstart.plugins.autopairs', require 'kickstart.plugins.autopairs',
require 'kickstart.plugins.neo-tree', require 'kickstart.plugins.neo-tree',

@ -54,7 +54,7 @@ return {
vim.api.nvim_set_hl(0, group, {}) vim.api.nvim_set_hl(0, group, {})
end end
end, end,
enabled = false, enabled = true,
}, },
{ {
@ -81,6 +81,7 @@ return {
config = function () config = function ()
vim.opt.termguicolors = true vim.opt.termguicolors = true
vim.cmd.colorscheme 'melange' vim.cmd.colorscheme 'melange'
end end,
} enabled = false,
},
} }

Loading…
Cancel
Save