showDiagOnStatusLine: false,
# Make diagnostics show in a popup instead of echoing
showDiagInPopup: true,
- # Don't print message when a configured language server is missing.
+ # Default diagnostic highlight on lines
diagLineHL: 'Cursor',
+ # Don't print message when a configured language server is missing.
ignoreMissingServer: false,
# Use a floating menu to show the code action menu instead of asking for input
usePopupInCodeAction: false,
the mouse is over the line instead of the signature.
By default this is set to true.
diagLineHL Highlight used for diagnostic line.
+ By default uses `Cursor`.
Use `NONE` to disable.
noNewlineInCompletion Suppress adding a new line on completion selection
with <CR>.