for the current Vim session.
:LspDiagHighlightEnable Enable highlighting lines with a diagnostic message
for the current Vim session.
+:LspDiagLast Jump to the last diagnostic message for the current
+ buffer.
:LspDiagNext Jump to the next diagnostic message for the current
buffer after the current cursor position.
:LspDiagPrev Jump to the previous diagnostic message for the current
for the current Vim session. Note that highlighting
lines with a diagnostic message is enabled by default.
+ *:LspDiagLast*
+:LspDiagLast Jumps to the location of the first diagnostic message
+ for the current file.
+
*:LspDiagNext*
:[count]LspDiagNext Go to the [count] diagnostic message after the current
cursor position. If [count] is omitted, then 1 is used.