tani / vim-jetpack

The lightning-fast plugin manager, alternative to vim-plug
https://gist.asciidoctor.org/?github-tani/vim-jetpack/main//README.adoc&source-highlighter=highlightjs
MIT License
323 stars 32 forks source link

Buffer has nonumber, but not norelativenumber #56

Closed XeroOl closed 2 years ago

XeroOl commented 2 years ago

The buffer created by JetpackSync removes line numbers, but not relative line numbers.

In my configuration, I have 'relativenumber' and 'signcolumn=yes', which takes up space here. image

Maybe this is a minor complaint, but it would be nice if norelativenumber and signcolumn=no were set in the JetpackSync buffer.

tani commented 2 years ago

Thank you for the suggestion. I added them. Cheers!