mirror of
https://github.com/neovim/neovim.git
synced 2026-07-15 05:40:34 +00:00
docs: dev, lsp, indent-guides #39756
- document "indent guides" https://github.com/neovim/neovim/issues/39726 - document guidance for "subcommands" https://github.com/neovim/neovim/issues/32263#issuecomment-4436002808 Co-authored-by: glepnir <glephunter@gmail.com> Co-authored-by: Noa Levi <275430404+lphuc2250gma@users.noreply.github.com>
This commit is contained in:
@@ -1077,7 +1077,7 @@ end
|
||||
|
||||
--- Request workspace-wide diagnostics.
|
||||
--- @param opts? vim.lsp.WorkspaceDiagnosticsOpts
|
||||
--- @see https://microsoft.github.io/language-server-protocol/specifications/specification-current/#workspace_dagnostics
|
||||
--- @see https://microsoft.github.io/language-server-protocol/specifications/specification-current/#workspace_diagnostic
|
||||
function M.workspace_diagnostics(opts)
|
||||
validate('opts', opts, 'table', true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user