From e0ddd8bbe492af33ece7f2c9d632b082b6579d30 Mon Sep 17 00:00:00 2001 From: Henry Denny Date: Thu, 11 Apr 2024 15:20:09 +0100 Subject: [PATCH] Remove `Shade.nvim`. Causes too many problems (like `Mason` window being invisible). --- lua/custom/plugins/shade.lua | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 lua/custom/plugins/shade.lua diff --git a/lua/custom/plugins/shade.lua b/lua/custom/plugins/shade.lua deleted file mode 100644 index a4d9693e..00000000 --- a/lua/custom/plugins/shade.lua +++ /dev/null @@ -1,14 +0,0 @@ -return { - "sunjon/Shade.nvim", - config = function() - require('shade').setup({ - overlay_opacity = 50, - opacity_step = 1, - keys = { - -- brightness_up = '', - -- brightness_down = '', - -- toggle = 's', - } - }) - end -}