mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
doc: fixup sign information (#13281)
Thanks to @sunzoje for finding the outdated documentation.
This commit is contained in:
@@ -1267,10 +1267,10 @@ set_signs({diagnostics}, {bufnr}, {client_id}, {sign_ns}, {opts})
|
|||||||
Sign characters can be customized with the following commands:
|
Sign characters can be customized with the following commands:
|
||||||
>
|
>
|
||||||
|
|
||||||
sign define LspDiagnosticsErrorSign text=E texthl=LspDiagnosticsError linehl= numhl=
|
sign define LspDiagnosticsSignError text=E texthl=LspDiagnosticsSignError linehl= numhl=
|
||||||
sign define LspDiagnosticsWarningSign text=W texthl=LspDiagnosticsWarning linehl= numhl=
|
sign define LspDiagnosticsSignWarning text=W texthl=LspDiagnosticsSignWarning linehl= numhl=
|
||||||
sign define LspDiagnosticsInformationSign text=I texthl=LspDiagnosticsInformation linehl= numhl=
|
sign define LspDiagnosticsSignInformation text=I texthl=LspDiagnosticsSignInformation linehl= numhl=
|
||||||
sign define LspDiagnosticsHintSign text=H texthl=LspDiagnosticsHint linehl= numhl=
|
sign define LspDiagnosticsSignHint text=H texthl=LspDiagnosticsSignHint linehl= numhl=
|
||||||
<
|
<
|
||||||
|
|
||||||
Parameters: ~
|
Parameters: ~
|
||||||
|
|||||||
@@ -583,10 +583,10 @@ end
|
|||||||
--- Sign characters can be customized with the following commands:
|
--- Sign characters can be customized with the following commands:
|
||||||
---
|
---
|
||||||
--- <pre>
|
--- <pre>
|
||||||
--- sign define LspDiagnosticsErrorSign text=E texthl=LspDiagnosticsError linehl= numhl=
|
--- sign define LspDiagnosticsSignError text=E texthl=LspDiagnosticsSignError linehl= numhl=
|
||||||
--- sign define LspDiagnosticsWarningSign text=W texthl=LspDiagnosticsWarning linehl= numhl=
|
--- sign define LspDiagnosticsSignWarning text=W texthl=LspDiagnosticsSignWarning linehl= numhl=
|
||||||
--- sign define LspDiagnosticsInformationSign text=I texthl=LspDiagnosticsInformation linehl= numhl=
|
--- sign define LspDiagnosticsSignInformation text=I texthl=LspDiagnosticsSignInformation linehl= numhl=
|
||||||
--- sign define LspDiagnosticsHintSign text=H texthl=LspDiagnosticsHint linehl= numhl=
|
--- sign define LspDiagnosticsSignHint text=H texthl=LspDiagnosticsSignHint linehl= numhl=
|
||||||
--- </pre>
|
--- </pre>
|
||||||
---@param diagnostics Diagnostic[]
|
---@param diagnostics Diagnostic[]
|
||||||
---@param bufnr number The buffer number
|
---@param bufnr number The buffer number
|
||||||
|
|||||||
Reference in New Issue
Block a user