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 -}