Files
neovim/runtime/lua/vim
beardedsakimonkey fbce9f421a feat(diagnostic): add suffix option to open_float() (#21130)
Closes #18687

This introduces a `suffix` option to `vim.diagnostic.open_float()` (and
consequently `vim.diagnostic.config()`) that appends some text to each
diagnostic in the float.

It accepts the same types as `prefix`. For multiline diagnostics, the suffix is
only appended to the last line. By default, the suffix will render the
diagnostic error code, if any.
2022-11-20 13:09:35 -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