]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Improved
authorGirish Palya <girishji@gmail.com>
Sun, 25 Jun 2023 13:41:17 +0000 (15:41 +0200)
committerGirish Palya <girishji@gmail.com>
Sun, 25 Jun 2023 13:41:17 +0000 (15:41 +0200)
M  doc/lsp.txt

doc/lsp.txt

index 3c212fb279bc95691fa0e4a70b3491b057efbe3a..e288e2033479678addd0460100e214ccf60a07d9 100644 (file)
@@ -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: >