var lspInitializedOnce = false
def LspInitOnce()
+ var lineHL: string = opt.lspOptions.diagLineHL
+ if lineHL->empty()
+ lineHL = 'MatchParen'
+ endif
# Signs used for LSP diagnostics
sign_define([{name: 'LspDiagError', text: 'E>', texthl: 'ErrorMsg',
linehl: 'MatchParen'},
noDiagHoverOnLine Suppress diagnostic hover from appearing when
the mouse is over the line instead of the signature.
By default this is set to true.
+diagLineHL Highlight used for diagnostic line.
+ Use `NONE` to disable.
noNewlineInCompletion Suppress adding a new line on completion selection
with <CR>.
By default this is set to false.