We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb02afe commit df4a931Copy full SHA for df4a931
doc/LanguageClient.txt
@@ -386,6 +386,14 @@ Maximum severity to show diagnostic messages.
386
Default: "Hint"
387
Valid options: "Error" | "Warning" | "Information" | "Hint"
388
389
+2.29 g:LanguageClient_echoProjectRoot *g:LanguageClient_echoProjectRoot*
390
+
391
+Whether to echo messages in vim of the form: "Project root: /home/user/myproject" when
392
+the root of a project is detected using g:LanguageClient_rootMarkers.
393
394
+Default: 1 to display the messages
395
+Valid options: 1 | 0
396
397
==============================================================================
398
3. Commands *LanguageClientCommands*
399
0 commit comments