add transparent background
This commit is contained in:
parent
a73d7ba797
commit
a1ac1c98b6
|
@ -5,5 +5,11 @@ return {
|
|||
-- available plugins can be found at https://github.com/AstroNvim/astrocommunity
|
||||
|
||||
{ import = "astrocommunity.colorscheme.catppuccin" },
|
||||
{
|
||||
"catppuccin",
|
||||
opts = {
|
||||
transparent_background = true,
|
||||
}
|
||||
}
|
||||
-- { import = "astrocommunity.completion.copilot-lua-cmp" },
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue