From 108cfd8383b0cfbdfd6266f88f307e80f9ef7ddc Mon Sep 17 00:00:00 2001 From: diniamo <55629891+diniamo@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:21:45 +0200 Subject: [PATCH] themes/catppuccin: enable navic integration (#395) --- modules/plugins/theme/supported-themes.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plugins/theme/supported-themes.nix b/modules/plugins/theme/supported-themes.nix index 63335e41..17208ea2 100644 --- a/modules/plugins/theme/supported-themes.nix +++ b/modules/plugins/theme/supported-themes.nix @@ -69,7 +69,7 @@ in { notify = true, -- nvim-notify which_key = true, navic = { - enabled = false, + enabled = true, custom_bg = "NONE", -- "lualine" will set background to mantle }, },