Feature request: plug mapping or command for diagnostics under cursor #1074
Comments
great idea! should be simple if you want to give it a try. you will need to slightly refactor this file so we expose an internal api that plugin.vim can call. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I don't understand how we went |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
See you again in August, stale bot. |
While I quite like the information readily provided by
g:lsp_diagnostics_float_cursor
andg:lsp_diagnostics_echo_cursor
, their automatic nature doesn't fit my workflow.Would it be difficult to add an avenue to trigger them on-demand, similar to
<plug>(lsp-hover)
/:LspHover
?Along similar lines, would it be difficult to add a
g:lsp...
setting to have<plug>(lsp-next-diganostic)
and related items echo the diagnostic jumped to on the bottom line, similar to vim commands like:lnext
?Thanks!
The text was updated successfully, but these errors were encountered: