Make neovim background transparent for catppuccin

This commit is contained in:
Mathias Maisberger
2024-06-10 13:02:13 +02:00
parent f99645468c
commit a1bc939329

View File

@@ -1,4 +1,10 @@
return {
{
"catppuccin",
opts = {
transparent_background = true,
},
},
{
"LazyVim/LazyVim",
opts = {