Add `Shade.nvim`.
This commit is contained in:
parent
7e530dcf15
commit
269f8af802
|
@ -0,0 +1,14 @@
|
|||
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