From 972c86ec4654b23cc56ca1ee39c9878a34fa61a2 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 24 Mar 2023 19:19:45 +0100 Subject: [PATCH] fix(nvim): remove deprecated value in nvim-transparent --- nvim/lua/plugins/transparent.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/nvim/lua/plugins/transparent.lua b/nvim/lua/plugins/transparent.lua index 02745c3..7860dc9 100644 --- a/nvim/lua/plugins/transparent.lua +++ b/nvim/lua/plugins/transparent.lua @@ -3,7 +3,6 @@ return { "xiyaowong/nvim-transparent", opts = { - enable = false, extra_groups = { "TelescopeBorder", "TelescopeNormal",