From: D4yvid Date: Wed, 26 Oct 2022 03:24:34 +0000 (-0300) Subject: Add new showDiagInPopup option into lsp.txt at doc/lsp.txt X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=e4a334a1c8ff49a59ac6d1dfc8925fb4398d3db0;p=vim-lsp.git Add new showDiagInPopup option into lsp.txt at doc/lsp.txt --- diff --git a/doc/lsp.txt b/doc/lsp.txt index ba32582..44f4a35 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -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: