Skip to content

Commit

Permalink
Remove shade.nvim plugin(It caused many bugs)
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalDevil committed Oct 10, 2023
1 parent b67fe00 commit 8c43046
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions lua/plugins/common.lua
Original file line number Diff line number Diff line change
Expand Up @@ -514,20 +514,6 @@ return {
require("configs.plugin.scope")
end,
},
-- Shade.nvim
-- An Nvim lua plugin that dims your inactive windows
{
"sunjon/shade.nvim",
opts = {
overlay_opacity = 50,
opacity_step = 1,
keys = {
brightness_up = "<C-Up>",
brightness_down = "<C-Down>",
toggle = "<Leader>s",
},
},
},
-- smarkcolumn.nvim
-- A Neovim plugin hiding your colorcolumn when unneeded.
{
Expand Down

0 comments on commit 8c43046

Please sign in to comment.