diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-06-04 05:56:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-04 11:56:36 +0800 |
commit | ff20d40321399fa187bd350f9619cf6418d7eb6e (patch) | |
tree | 7b216dffabe674e778f5a72a41d128f416df2591 /runtime/lua/vim/lsp.lua | |
parent | 86cc33a46412081779b8e6d147c76a2d4d0d7f0f (diff) | |
download | rneovim-ff20d40321399fa187bd350f9619cf6418d7eb6e.tar.gz rneovim-ff20d40321399fa187bd350f9619cf6418d7eb6e.tar.bz2 rneovim-ff20d40321399fa187bd350f9619cf6418d7eb6e.zip |
docs: fix typos (#18269)
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Co-authored-by: Dan Sully <dan+github@sully.org>
Co-authored-by: saher <msaher.shair@gmail.com>
Co-authored-by: Stephan Seitz <stephan.seitz@fau.de>
Co-authored-by: Benedikt Mùˆller <d12bb@posteo.de>
Co-authored-by: Andrey Mishchenko <mishchea@gmail.com>
Co-authored-by: Famiu Haque <famiuhaque@protonmail.com>
Co-authored-by: Oliver Marriott <hello@omarriott.com>
Diffstat (limited to 'runtime/lua/vim/lsp.lua')
-rw-r--r-- | runtime/lua/vim/lsp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/lsp.lua b/runtime/lua/vim/lsp.lua index 361bcec04b..8bf736a2ca 100644 --- a/runtime/lua/vim/lsp.lua +++ b/runtime/lua/vim/lsp.lua @@ -836,7 +836,7 @@ end --- server in the initialize request. Invalid/empty values will default to "off" ---@param flags: A table with flags for the client. The current (experimental) flags are: --- - allow_incremental_sync (bool, default true): Allow using incremental sync for buffer edits ---- - debounce_text_changes (number, default nil): Debounce didChange +--- - debounce_text_changes (number, default 150): Debounce didChange --- notifications to the server by the given number in milliseconds. No debounce --- occurs if nil --- - exit_timeout (number, default 500): Milliseconds to wait for server to |