feat(colorscheme): Move to Catppuccin Mocha

This commit is contained in:
js0ny 2025-01-26 02:56:03 +00:00
parent 49693c7657
commit 9fd7f68a47
17 changed files with 1583 additions and 94 deletions

View file

@ -1 +1 @@
vim.cmd.colorscheme("kanagawa")
vim.cmd.colorscheme("catppuccin-mocha")

View file

@ -7,4 +7,14 @@ return {
require("mini.pairs").setup()
end,
},
{
"kylechui/nvim-surround",
version = "*", -- Use for stability; omit to use `main` branch for the latest features
event = "VeryLazy",
config = function()
require("nvim-surround").setup({
-- Configuration here, or leave empty to use defaults
})
end,
},
}