This commit is contained in:
Stuce 2025-07-12 10:14:23 +02:00
parent cba0f6f825
commit 418e090ce6
37 changed files with 933 additions and 25 deletions

View file

@ -0,0 +1,8 @@
return {
"catppuccin/nvim",
-- optional = true,
opts = {
integrations = { blink_cmp = true },
transparent_background = true,
},
}