vim-signature icon indicating copy to clipboard operation
vim-signature copied to clipboard

[Feature] Customisation to allow the gutter to always be displayed

Open hetmankp opened this issue 6 years ago • 3 comments

It would be nice to have a customisation variable that would allow the gutter to be always displayed regardless of whether there are currently any marks to display or not. This is motivated by a desire for visual consistency between multiple tabs.

hetmankp avatar May 07 '18 04:05 hetmankp

Sorry about the edits, I hit "Enter" by accident and initially posted a mostly empty issue.

hetmankp avatar May 07 '18 04:05 hetmankp

https://superuser.com/questions/558876/how-can-i-make-the-sign-column-show-up-all-the-time-even-if-no-signs-have-been-a/558885

:set signcolumn=yes

mbward avatar Nov 26 '18 23:11 mbward

Thanks for the suggestion @mbward . While this means that the vim-signature :SignatureToggleSigns command no longer makes the gutter disappear, it should solve my specific problem nicely.

hetmankp avatar Nov 27 '18 01:11 hetmankp