diff options
author | Maria José Solano <majosolano99@gmail.com> | 2023-10-16 08:13:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-16 08:13:37 -0700 |
commit | c46a6c065e8d830adb8a2f410d3c92cf5bd4455b (patch) | |
tree | 4b9d5254a5dddbf87bc1a3e432d653391548a569 /runtime/lua/vim/lsp/buf.lua | |
parent | 0892c1cd94672e0dffe3b97fc4a85ea517b05598 (diff) | |
download | rneovim-c46a6c065e8d830adb8a2f410d3c92cf5bd4455b.tar.gz rneovim-c46a6c065e8d830adb8a2f410d3c92cf5bd4455b.tar.bz2 rneovim-c46a6c065e8d830adb8a2f410d3c92cf5bd4455b.zip |
docs: do not hardcode LSP version in URL #25648
Diffstat (limited to 'runtime/lua/vim/lsp/buf.lua')
-rw-r--r-- | runtime/lua/vim/lsp/buf.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/lsp/buf.lua b/runtime/lua/vim/lsp/buf.lua index a906512e24..9436fbbf56 100644 --- a/runtime/lua/vim/lsp/buf.lua +++ b/runtime/lua/vim/lsp/buf.lua @@ -159,7 +159,7 @@ end --- - formatting_options (table|nil): --- Can be used to specify FormattingOptions. Some unspecified options will be --- automatically derived from the current Nvim options. ---- See https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#formattingOptions +--- See https://microsoft.github.io/language-server-protocol/specification/#formattingOptions --- - timeout_ms (integer|nil, default 1000): --- Time in milliseconds to block for formatting requests. No effect if async=true --- - bufnr (number|nil): |