This commit is contained in:
2026-04-04 09:43:55 -04:00
parent 956f9ef300
commit 0c4a2ab0e6
14 changed files with 662 additions and 1187 deletions
+8 -3
View File
@@ -1,3 +1,8 @@
vim.pack.add({"https://github.com/catppuccin/nvim"})
vim.cmd("colorscheme catppuccin")
return {
"catppuccin/nvim",
name = "catppuccin",
priority = 1000, -- Load before other plugins so colorscheme is set first
config = function()
vim.cmd("colorscheme catppuccin")
end,
}