Fixed "Shade" plugin installations
This commit is contained in:
+1
-2
@@ -31,7 +31,6 @@
|
||||
"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" },
|
||||
@@ -45,4 +44,4 @@
|
||||
"vim-screeps": { "branch": "master", "commit": "1e796767f8096bebc417acde52960bed583483ae" },
|
||||
"vim-vsnip": { "branch": "master", "commit": "02a8e79295c9733434aab4e0e2b8c4b7cea9f3a9" },
|
||||
"which-key.nvim": { "branch": "main", "commit": "4433e5ec9a507e5097571ed55c02ea9658fb268a" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
return {
|
||||
"valentino-sm//shade.nvim",
|
||||
"valentino-sm/shade.nvim",
|
||||
config = function ()
|
||||
require("shade").setup({
|
||||
overlay_opacity = 50,
|
||||
|
||||
Reference in New Issue
Block a user