mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 02:08:17 +00:00

Rather than relying on the order in which signs are placed to dictate the order in which they are displayed, explicitly set the priority of the sign according to the severity of the diagnostic and the value of severity_sort. If severity_sort is false or unset then all signs use the same priority.