mirror of
https://github.com/neovim/neovim.git
synced 2026-04-04 22:59:36 +00:00
Problem: Statusline component of diagnostics allows only the default
format "sign:count".
Solution: Extend vim.diagnostic.Opts.Status to allow a custom signs
or formatting function that provides the status presentation.