You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have set signcolumn="yes" in my configuration (not in the plugin setup). However when I setup focus with following setup options, signcolumn changes it to auto.
I figured out it was this plugin by running rg 'signcolumn.*=.*auto' on my plugins directory.
Looks like this occurs because signcolumn is meant to be hidden when windows are unfocused. So it chooses auto as a default.
However, it would be better if the signcolumn value of a given window is saved every time that the window becomes unfocused, and then restored upon focus. Same with relativenumber and other settings. This significantly reduces the risk of conflict with user settings.
I have
set signcolumn="yes"
in my configuration (not in the plugin setup). However when I setup focus with following setup options,signcolumn
changes it toauto
.The text was updated successfully, but these errors were encountered: