Remove `Shade.nvim`.

Causes too many problems (like `Mason` window being invisible).
This commit is contained in:
Henry Denny 2024-04-11 15:20:09 +01:00
parent a3cd5b8ad6
commit e0ddd8bbe4
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
return {
"sunjon/Shade.nvim",
config = function()
require('shade').setup({
overlay_opacity = 50,
opacity_step = 1,
keys = {
-- brightness_up = '<C-Up>',
-- brightness_down = '<C-Down>',
-- toggle = '<Leader>s',
}
})
end
}