mirror of
https://github.com/neovim/neovim.git
synced 2026-02-05 12:01:22 +10:00
This introduces a `suffix` option to the `virt_text` config in `vim.diagnostic.config()`. The suffix can either be a string which is appended to the diagnostic message or a function returning such. The function receives a `diagnostic` argument, which is the diagnostic table of the last diagnostic (the one whose message is rendered as virt text).
75 KiB
75 KiB