8 lines
146 B
Lua
8 lines
146 B
Lua
return {
|
|
"catppuccin/nvim",
|
|
-- optional = true,
|
|
opts = {
|
|
integrations = { blink_cmp = true },
|
|
transparent_background = true,
|
|
},
|
|
}
|