From cbc1b5179d5616aee0e3a8e91aa9e97e378e0a2f Mon Sep 17 00:00:00 2001 From: Girish Palya Date: Sun, 25 Jun 2023 15:41:17 +0200 Subject: [PATCH] Improved M doc/lsp.txt --- doc/lsp.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/lsp.txt b/doc/lsp.txt index 3c212fb..e288e20 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -598,8 +598,7 @@ bufferCompletionTimeout |Number| option. Specifies how long (in milliseconds) processed every time the completion menu is displayed. If set to 0 the entire buffer is processed without regard to timeout. - By default this is set to 100 ms (good for scanning - a file of about 6000 lines on M1 Macbook). + By default this is set to 100 ms. 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