@@ -358,7 +358,13 @@ supported. Check by running >
358
358
Default: 1 when a floating window is supported, otherwise 0
359
359
Valid Options: 1 | 0
360
360
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*
362
368
363
369
When the value is set to 1, | LanguageClient#textDocument_hover() | opens
364
370
documentation in a popup window instead of preview.
@@ -369,7 +375,7 @@ supported, which is supported only in vim 8.2+. Check by running >
369
375
Default: 1 when a popup window is supported, otherwise 0
370
376
Valid Options: 1 | 0
371
377
372
- 2.27 g:LanguageClient_virtualTextPrefix *g:LanguageClient_virtualTextPrefix*
378
+ 2.29 g:LanguageClient_virtualTextPrefix *g:LanguageClient_virtualTextPrefix*
373
379
374
380
When the value is set to a valid string and | g:LanguageClient_useVirtualText | is
375
381
enabled, all virtual text lines are prefixed with the defined string.
@@ -379,14 +385,14 @@ supported.
379
385
Default: Empty string ('')
380
386
Valid Options: string
381
387
382
- 2.28 g:LanguageClient_diagnosticsMaxSeverity *g:LanguageClient_diagnosticsMaxSeverity*
388
+ 2.30 g:LanguageClient_diagnosticsMaxSeverity *g:LanguageClient_diagnosticsMaxSeverity*
383
389
384
390
Maximum severity to show diagnostic messages.
385
391
386
392
Default: "Hint"
387
393
Valid options: "Error" | "Warning" | "Information" | "Hint"
388
394
389
- 2.29 g:LanguageClient_echoProjectRoot *g:LanguageClient_echoProjectRoot*
395
+ 2.31 g:LanguageClient_echoProjectRoot *g:LanguageClient_echoProjectRoot*
390
396
391
397
Whether to echo messages in vim of the form: "Project root: /home/user/myproject" when
392
398
the root of a project is detected using g:LanguageClient_rootMarkers.
0 commit comments