changes to config

This commit is contained in:
sebastian
2025-04-22 08:13:08 +02:00
parent c74eb74533
commit 69a8014937
3 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
return {
{
"catppuccin/nvim",
lazy = false,
name = "catppuccin",
priority = 1000,
config = function()
vim.cmd.colorscheme "catppuccin-mocha"
end
}
}