From: Girish Palya Date: Sun, 25 Jun 2023 13:41:17 +0000 (+0200) Subject: Improved X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=cbc1b5179d5616aee0e3a8e91aa9e97e378e0a2f;p=vim-lsp.git Improved M doc/lsp.txt --- 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: >