Files
neovim/test/functional/lua
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-09-30 09:53:52 +02:00
2021-09-26 11:52:17 -07:00
2022-11-17 08:23:41 -07:00
2022-11-13 05:52:19 -08:00