Feature Request: Ability to control sign priority
andrewferrier opened this issue · 3 comments
In NeoVim, one can control the 'priority' of signs in the sign column. (See :help sign-priority
). It would be nice if I could control the priority of the signs marks.nvim
places in its configuration. For example, I use gitsigns.nvim
also, and I consider git changes to be more important than marks.nvim
signs (sorry!). It would be nice to be able to 'demote' the signs from this plugin.
Even better (if this is not just creeping configuration) would be to control letter signs and built-in marks separately. The former I place myself, so they are arguably 'important'. The latter are by-products of editing, and I would argue should be very low priority.
Thanks again for your great work on this plugin ;)
(the sign_priority
config item in https://github.com/lewis6991/gitsigns.nvim shows how I envisaged this working).