-
-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Set foldcolumn=0 by default #1507
Comments
Yea, good call. Done in 3e44062 |
Hey there! Thanks for the fix! I was wondering if the fix could also be applied to other Neogit related buffers, such as the |
Sure :) |
TBH, I think this should be undone as it overrides a setup where foldcolumn is set to auto. Honestly, I think foldcolumn is more useful than signcolumn which I've disabled with |
Is your feature request related to a problem? Please describe.
When foldcolumn is set to a value other than
"0"
, duplicate signs may be shown, e.g.Describe the solution you'd like
set foldcolumn=0
by default for Neogit related buffersDescribe alternatives you've considered
So far, I've been using an autocmd to set the foldcolumn, which works fine for me, but I think the default experience could be improved with this setting.
Additional context
Relates to #1258 and #1400
The text was updated successfully, but these errors were encountered: