fix(nvim): add transparent background

This commit is contained in:
Stefan Imhoff
2025-03-16 16:23:04 +01:00
parent f252d767b6
commit e9812d6156

View File

@@ -4,4 +4,7 @@ return {
lazy = false,
priority = 1000,
name = "catppuccin",
opts = {
transparent_background = true,
},
}