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

@@ -1,7 +1,10 @@
-- https://github.com/catppuccin/nvim
return {
"catppuccin/nvim",
lazy = false,
priority = 1000,
name = "catppuccin",
"catppuccin/nvim",
lazy = false,
priority = 1000,
name = "catppuccin",
opts = {
transparent_background = true,
},
}