diff options
author | Mathias Fußenegger <mfussenegger@users.noreply.github.com> | 2022-07-28 19:41:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-28 19:41:30 +0200 |
commit | b25abbf4b8a08899bba87809124c882928d99e21 (patch) | |
tree | fe06f1018eb16d5e3762f966a87f8e6cfc42d5bc /runtime/lua/vim/lsp/buf.lua | |
parent | 98915f88b2d4b0e7f2ca643cd4648316ec9cddb8 (diff) | |
download | rneovim-b25abbf4b8a08899bba87809124c882928d99e21.tar.gz rneovim-b25abbf4b8a08899bba87809124c882928d99e21.tar.bz2 rneovim-b25abbf4b8a08899bba87809124c882928d99e21.zip |
docs(lsp): use direct link to formattingOptions in format docs (#19558)
Also changes `@see` to `See` to avoid the break to a dedicated "See
also" block in the generated vimdoc
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 7f19618e0f..63f4688d94 100644 --- a/runtime/lua/vim/lsp/buf.lua +++ b/runtime/lua/vim/lsp/buf.lua @@ -157,7 +157,7 @@ end --- - formatting_options (table|nil): --- Can be used to specify FormattingOptions. Some unspecified options will be --- automatically derived from the current Neovim options. ---- @see https://microsoft.github.io/language-server-protocol/specification#textDocument_formatting +--- See https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#formattingOptions --- - timeout_ms (integer|nil, default 1000): --- Time in milliseconds to block for formatting requests. No effect if async=true --- - bufnr (number|nil): |