diff --git a/lua/custom/plugins/shade.lua b/lua/custom/plugins/shade.lua new file mode 100644 index 00000000..a4d9693e --- /dev/null +++ b/lua/custom/plugins/shade.lua @@ -0,0 +1,14 @@ +return { + "sunjon/Shade.nvim", + config = function() + require('shade').setup({ + overlay_opacity = 50, + opacity_step = 1, + keys = { + -- brightness_up = '', + -- brightness_down = '', + -- toggle = 's', + } + }) + end +}