Added Transparent.nvim plugin, disable Shade.nvim plugin (conflict)

This commit is contained in:
2024-11-28 00:21:35 +09:00
parent 13c1ad6d04
commit 2c05396209
3 changed files with 36 additions and 9 deletions
+7 -7
View File
@@ -1,9 +1,9 @@
return {
"valentino-sm/shade.nvim",
config = function ()
require("shade").setup({
overlay_opacity = 50,
opacity_step = 1,
})
end
-- "valentino-sm/shade.nvim",
-- config = function ()
-- require("shade").setup({
-- overlay_opacity = 50,
-- opacity_step = 1,
-- })
-- end
}