ray-x / go.nvim

G'day Nvimer, Joyful Gopher: Discover the Feature-Rich Go Plugin for Neovim
MIT License
1.93k stars 119 forks source link

change default `lsp_diag_virtual_text` prefix to nvim default #353

Closed qasimwarraich closed 1 year ago

qasimwarraich commented 1 year ago

This pull request changes the default character for the prefix in a diagnostic virtual text line to the same one used in neovim by default (see here)

The existing character ("") used to work for me but has recently gone missing and does not render. image

If this change makes sense perhaps it would also make sense to change parameter_hints_prefix as it (for me) similarly does not render. If you agree I can make the change.

Thanks again for the lovely plug in ❤️ .