From 459689179d379f02264e5b8186b7f19b0ee128f9 Mon Sep 17 00:00:00 2001 From: Null Chilly Date: Mon, 10 Jul 2023 20:11:11 +0700 Subject: [PATCH] feat(catppuccin): match navic bg with lualine --- lua/lazyvim/plugins/colorscheme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/colorscheme.lua b/lua/lazyvim/plugins/colorscheme.lua index 6312c870..278e9bca 100644 --- a/lua/lazyvim/plugins/colorscheme.lua +++ b/lua/lazyvim/plugins/colorscheme.lua @@ -31,7 +31,7 @@ return { information = { "undercurl" }, }, }, - navic = { enabled = true }, + navic = { enabled = true, custom_bg = "lualine" }, neotest = true, noice = true, notify = true,