NeogitOrg / neogit

An interactive and powerful Git interface for Neovim, inspired by Magit
MIT License
3.71k stars 221 forks source link

Added config value for relative line numbers #1277

Closed Ziyan-Imran closed 2 months ago

Ziyan-Imran commented 2 months ago

The original source code only has one optional value for disable_line_numbers. This value initially controls both regular line numbers and relative line numbers if toggled true/false.

I have added an additional config value of the name disable_relative_line_numbers with its default value set to false which will only control the relatively line number option.

Each value can then be used independently to give the end-user's more flexibility.

CKolkey commented 2 months ago

Looks good, thanks :)