Chore: Catppuccin config, alpha-nvim header

This commit is contained in:
2023-04-27 22:53:22 +03:00
parent 293b847f79
commit a5db6a465e
2 changed files with 21 additions and 12 deletions

View File

@@ -5,7 +5,13 @@ return { -- Add the community repository of plugin specific
{
import = "astrocommunity.colorscheme.catppuccin",
opts = {
flavour = "mocha"
flavour = "mocha",
transparent_background = false,
dim_inactive = {
enabled = true,
shade = "dark",
percentage = 0.15,
},
}
},
-- { import = "astrocommunity.completion.copilot-lua-cmp" },