Closed
Description
Neovim has support the new feature: statuscolumn
neovim/neovim#20621
please allow user config this property and set it to the tree window buffer.
currently, if I set the statuscolumn for global, the tree window's statuscolumn will not always update.
see below, I set the statuscolumn="%=%{v:relnum?v:relnum:v:lnum} "
what am I request for?
1, allow user customize the statuscolumn just like the signcolumn.
2, fix the statuscolumn update bug (optional)