Add Shade.nvim.
This commit is contained in:
parent
7e530dcf15
commit
269f8af802
1 changed files with 14 additions and 0 deletions
14
lua/custom/plugins/shade.lua
Normal file
14
lua/custom/plugins/shade.lua
Normal file
|
|
@ -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…
Add table
Add a link
Reference in a new issue