You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using vim-lsp with gopls. Errors are showing up in the gutter (which is awesome) but I can't figure out how to display the error message itself. My preference would be to have the error message displayed under the statusline when I hover on the line (or even on the offending string, but right now the position within the line that's causing the error isn't shown).
Is there a configuration option I'm missing to do this?
Edited: see attached screenshot. It would be great to see the error message where the "vim-go" info currently is.
The text was updated successfully, but these errors were encountered:
You are possibly looking for let g:lsp_diagnostics_echo_cursor = 1 option, which doesn't seem to be documented in :help vim-lsp but is noted in the README.
Using vim-lsp with gopls. Errors are showing up in the gutter (which is awesome) but I can't figure out how to display the error message itself. My preference would be to have the error message displayed under the statusline when I hover on the line (or even on the offending string, but right now the position within the line that's causing the error isn't shown).
Is there a configuration option I'm missing to do this?
Edited: see attached screenshot. It would be great to see the error message where the "vim-go" info currently is.
The text was updated successfully, but these errors were encountered: