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
+1
View File
@@ -30,6 +30,7 @@
"nvim-web-devicons": { "branch": "master", "commit": "e37bb1feee9e7320c76050a55443fa843b4b6f83" },
"plenary.nvim": { "branch": "master", "commit": "08e301982b9a057110ede7a735dd1b5285eb341f" },
"promise-async": { "branch": "main", "commit": "93540c168c5ed2b030ec3e6c40ab8bbb85e36355" },
"shade.nvim": { "branch": "master", "commit": "9f34ac97a3bc31151451a10e847e8ed0f1e5f2b4" },
"tailwindcss-colors.nvim": { "branch": "main", "commit": "ccb5be2f84673c1a0ef90a0c0a76733e85e5265b" },
"telescope-file-browser.nvim": { "branch": "master", "commit": "4d5fd21bae12ee6e9a79232e1c377f43c419d0c5" },
"telescope-fzf-native.nvim": { "branch": "main", "commit": "9ef21b2e6bb6ebeaf349a0781745549bbb870d27" },
+9
View File
@@ -0,0 +1,9 @@
return {
"valentino-sm//shade.nvim",
config = function ()
require("shade").setup({
overlay_opacity = 50,
opacity_step = 1,
})
end
}