Shade.nvim icon indicating copy to clipboard operation
Shade.nvim copied to clipboard

An Nvim lua plugin that dims your inactive windows

Results 34 Shade.nvim issues
Sort by recently updated
recently updated
newest added

Hey! Thanks a lot for this plugin! I've run into the 'invalid window id' errors reported in #4 and #16 (and maybe also #2). In this PR I've solved them...

getting this message `pack/packer/start/Shade.nvim/lua/shade.lua:278: Invalid window id: 1004`

Since this was a requested feature (by myself too!) I've decided to implement it. Right now, it adds a config option "exclude_filetypes" that I've briefly documented in the README. It's...

If i start nvim with help only window, I got and invalid window id error: `> nvim -c 'help | only'` ``` Error detected while processing VimEnter Autocommands for "*":...

Do the following: - `:tabnew` - `:tabclose` Error: ``` Error detected while processing WinClosed Autocommands for "*": E5108: Error executing lua ...are/nvim/site/pack/packer/start/shade.nvim/lua/shade.lua:280: Invalid window id: 1010 Error detected while processing...

Hi there! awesome plugin. It would be great if there was an option to exclude the dimming of certain filetypes. I dont want to dim NvimTree buffer , its a...

1. Calling git-messenger correctly shades the rest of the file. 2. Moving cursor away turns off the git-messenger ui, but the active file brightness is not restored afterwards. Is this...

I don't know why this is happening, but when using shade, my colorscheme seems to also be affected. Terminal: `Alacritty` NVIM version: `NVIM v0.6.1` ## With Shade enabled ![image](https://user-images.githubusercontent.com/11732935/148907876-b953395e-4850-4c21-87ee-89c5bad681d4.png) ##...

Is there a way to disable shade for certain filetypes? I am using [mundo](https://github.com/simnalamburt/vim-mundo) for the undo history, but with shade active it is not as useful: ![mundo](https://user-images.githubusercontent.com/1894123/140334465-1d6862a4-875a-45b9-a39c-b7eafc00f277.jpg) So maybe...

Hi! If I narrow the size of active window/buffer/split, a newly opened part of inactive window appears to be unshaded. I guess, some autocmd needs to be added to reshade...