temp, testing

This commit is contained in:
2025-10-12 22:42:32 -05:00
parent 158b6a285d
commit 62a5233ddf
15 changed files with 254 additions and 19 deletions

View File

@@ -0,0 +1,19 @@
return {
{
"catppuccin/nvim",
name = "catppuccin",
priority = 1000,
config = function()
require("catppuccin").setup({
flavour = "latte", -- other options: "mocha", "frappe", "macchiato"
})
vim.cmd.colorscheme("catppuccin-latte")
end,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin-latte",
},
},
}