jeetsukumaran / vim-buffergator

Vim plugin to list, select and switch between buffers.
498 stars 49 forks source link

Disable relative line numbers in buffer window #35

Closed bdchauvette closed 9 years ago

bdchauvette commented 9 years ago

nolinenumber is great, but if relativenumber is set, relative line numbers still show up in the buffer window.

I think the buffer window looks nicer without any line numbering at all, but that might just be me :sweat_smile:

Great plugin!

jeetsukumaran commented 9 years ago

Thanks for this. I think a sustainable solution would be to make line numbering a user-specifiable option. I will implement something later on. Appreciate the contribution!