From ee3a5dc4a070003243e0f351ef15e7dd3babe83c Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Wed, 24 May 2023 04:17:10 +0300 Subject: [PATCH] feat(catppuccin: more plugin integrations) --- modules/theme/supported_themes.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/theme/supported_themes.nix b/modules/theme/supported_themes.nix index f229217..7338edb 100644 --- a/modules/theme/supported_themes.nix +++ b/modules/theme/supported_themes.nix @@ -42,7 +42,7 @@ integrations = { nvimtree = { enabled = true, - transparent_panel = false, + transparent_panel = ${lib.boolToString transparent}, show_root = true, }, @@ -52,6 +52,12 @@ treesitter = true, ts_rainbow = true, fidget = true, + alpha = true, + leap = true, + markdown = true, + noice = true, + notify = true, -- nvim-notify + which_key = true }, } -- setup must be called before loading