Files
neovim/test/functional/lua
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-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