Added "Shade" plugin (valentino-sm fork, original is unmaintained)

This commit is contained in:
2024-09-14 00:47:39 +09:00
parent 1a995f58ed
commit 54333dc41c
2 changed files with 10 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
return {
"valentino-sm//shade.nvim",
config = function ()
require("shade").setup({
overlay_opacity = 50,
opacity_step = 1,
})
end
}