]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Add new showDiagInPopup option into lsp.txt at doc/lsp.txt
authorD4yvid <kkd4yv1d@gmail.com>
Wed, 26 Oct 2022 03:24:34 +0000 (00:24 -0300)
committerD4yvid <kkd4yv1d@gmail.com>
Wed, 26 Oct 2022 03:24:34 +0000 (00:24 -0300)
doc/lsp.txt

index ba32582eb31be381cc1002553aff340c52b3a569..44f4a35c517f2cb71ecd34f4a1ba7549285f3c16 100644 (file)
@@ -264,6 +264,9 @@ showDiagOnStatusLine        Show a diagnostic message on a status line.
                        By default this is set to false.
 ignoreMissingServer    Do not print a missing language server executable.
                        By default this is set to false.
+showDiagInPopup                Use a popup to display server diagnostics instead of
+                       echoing.
+                       By default this is set to false.
 
 For example, to disable the automatic placement of signs for the LSP
 diagnostic messages, you can add the following line to your .vimrc file: