NeogitOrg / neogit

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

Is it possible to disable curosrline highlightings but keep context highlightings? #1357

Open Bekaboo opened 1 month ago

Bekaboo commented 1 month ago

Is your feature request related to a problem? Please describe.

First of all, thanks for maintaining the plugin! It is enjoyable to use neogit and the experience is fluent.

Context highlightings are great indications of which hunk/file you are currently in when navigating through a commit, but I find the cursorline highlighting that comes with it can sometimes be a little distractive because it usually introduces too many colors to the screen:

image

Describe the solution you'd like Add a new option to only disable the cursorline highlightings but keep context highlightings.

Describe alternatives you've considered None

Additional context None