Description
OS
Operation system's name and version
NixOS 22.05.20220202.f85152d (Quokka)
Neovim version
output of nvim --version
NVIM v0.7.0-dev
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by nixbld
Features: +acl +iconv +tui
See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "
/nix/store/fn8i1l9hlp8v38akrskm77w2wzyxdmcl-neovim-unwrapped-master/share/nvim
"
Run :checkhealth for more info
Nvim-tree version
nvim-tree branch, commit or tag number
commit 99d65af
Describe the bug
A clear and concise description of what the bug is.
NvimTree shows Signcolumn highlight group's guibg color on the selected file/folder entry.
To Reproduce
Steps to reproduce the behavior
- Open Nvimtree
- See the signcolumn getting highlighted on the active entry
Expected behavior
A clear and concise description of what you expected to happen.
Not sure if this is intentional, but I would expect it to not show the signcolumn's bg since it seems to be reserved for only diagnostics.