From a1ac1c98b67528031babfb045814c456ebcc5c27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Gr=C3=B6ger?= Date: Mon, 12 Jun 2023 08:51:53 +0200 Subject: [PATCH] add transparent background --- plugins/community.lua | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/plugins/community.lua b/plugins/community.lua index f5a4917..3724795 100644 --- a/plugins/community.lua +++ b/plugins/community.lua @@ -1,9 +1,15 @@ return { - -- Add the community repository of plugin specifications - "AstroNvim/astrocommunity", - -- example of imporing a plugin, comment out to use it or add your own - -- available plugins can be found at https://github.com/AstroNvim/astrocommunity + -- Add the community repository of plugin specifications + "AstroNvim/astrocommunity", + -- example of imporing a plugin, comment out to use it or add your own + -- available plugins can be found at https://github.com/AstroNvim/astrocommunity - { import = "astrocommunity.colorscheme.catppuccin" }, - -- { import = "astrocommunity.completion.copilot-lua-cmp" }, + { import = "astrocommunity.colorscheme.catppuccin" }, + { + "catppuccin", + opts = { + transparent_background = true, + } + } + -- { import = "astrocommunity.completion.copilot-lua-cmp" }, }