Files
neovim/runtime/lua/vim
beardedsakimonkey 126ef65e5b feat(diagnostic): add suffix option to virt_text config (#21140)
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).
2022-11-20 16:57:36 -07:00
..
2022-11-17 08:23:41 -07:00
2022-10-14 08:01:13 -07:00
2022-11-17 08:23:41 -07:00
2022-05-09 16:31:55 +02:00