Remove `Shade.nvim`.
Causes too many problems (like `Mason` window being invisible).
This commit is contained in:
parent
a3cd5b8ad6
commit
e0ddd8bbe4
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue