@@ -358,7 +358,13 @@ supported. Check by running >
358358 Default: 1 when a floating window is supported, otherwise 0
359359Valid Options: 1 | 0
360360
361- 2.26 g:LanguageClient_usePopupHover *g:LanguageClient_usePopupHover*
361+ 2.27 g:LanguageClient_floatingHoverHighlight *g:LanguageClient_floatingHoverHighlight*
362+
363+ Control how floating window hover highlights are displayed.
364+
365+ Default: Normal:CursorLine
366+
367+ 2.28 g:LanguageClient_usePopupHover *g:LanguageClient_usePopupHover*
362368
363369When the value is set to 1, | LanguageClient#textDocument_hover() | opens
364370documentation in a popup window instead of preview.
@@ -369,7 +375,7 @@ supported, which is supported only in vim 8.2+. Check by running >
369375 Default: 1 when a popup window is supported, otherwise 0
370376Valid Options: 1 | 0
371377
372- 2.27 g:LanguageClient_virtualTextPrefix *g:LanguageClient_virtualTextPrefix*
378+ 2.29 g:LanguageClient_virtualTextPrefix *g:LanguageClient_virtualTextPrefix*
373379
374380When the value is set to a valid string and | g:LanguageClient_useVirtualText | is
375381enabled, all virtual text lines are prefixed with the defined string.
@@ -379,14 +385,14 @@ supported.
379385Default: Empty string ('')
380386Valid Options: string
381387
382- 2.28 g:LanguageClient_diagnosticsMaxSeverity *g:LanguageClient_diagnosticsMaxSeverity*
388+ 2.30 g:LanguageClient_diagnosticsMaxSeverity *g:LanguageClient_diagnosticsMaxSeverity*
383389
384390Maximum severity to show diagnostic messages.
385391
386392Default: "Hint"
387393Valid options: "Error" | "Warning" | "Information" | "Hint"
388394
389- 2.29 g:LanguageClient_echoProjectRoot *g:LanguageClient_echoProjectRoot*
395+ 2.31 g:LanguageClient_echoProjectRoot *g:LanguageClient_echoProjectRoot*
390396
391397Whether to echo messages in vim of the form: "Project root: /home/user/myproject" when
392398the root of a project is detected using g:LanguageClient_rootMarkers.
0 commit comments