From e4a334a1c8ff49a59ac6d1dfc8925fb4398d3db0 Mon Sep 17 00:00:00 2001 From: D4yvid Date: Wed, 26 Oct 2022 00:24:34 -0300 Subject: [PATCH] Add new showDiagInPopup option into lsp.txt at doc/lsp.txt --- doc/lsp.txt | 3 +++ 1 file changed, 3 insertions(+) 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: -- 2.48.1