summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSimon Hauser <Simon-Hauser@outlook.de>2021-12-10 18:02:39 +0100
committerSimon Hauser <Simon-Hauser@outlook.de>2021-12-10 18:02:39 +0100
commit5e5351ef13dc1f225b3e51a66d54854bfe91d2cb (patch)
tree02cc1bb67bc366848ed4112e8866a6ab0ccedfe4 /README.md
parent56325fefb21a8a9331a25e294c074887dfb2a60c (diff)
docs: README change lsp_*_diagnostics to diagnostics
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0909107..79a7c26 100644
--- a/README.md
+++ b/README.md
@@ -300,8 +300,7 @@ Built-in functions. Ready to be bound to any key you like.
| `builtin.lsp_dynamic_workspace_symbols` | Dynamically Lists LSP for all workspace symbols |
| `builtin.lsp_code_actions` | Lists any LSP actions for the word under the cursor, that can be triggered with `<cr>` |
| `builtin.lsp_range_code_actions` | Lists any LSP actions for a given range, that can be triggered with `<cr>` |
-| `builtin.lsp_document_diagnostics` | Lists LSP diagnostics for the current buffer |
-| `builtin.lsp_workspace_diagnostics` | Lists LSP diagnostics for the current workspace if supported, otherwise searches in all open buffers |
+| `builtin.diagnostics` | Lists Diagnostics for all open buffers or a specific buffer. Use option `bufnr=0` for current buffer. |
| `builtin.lsp_implementations` | Goto the implementation of the word under the cursor if there's only one, otherwise show all options in Telescope |
| `builtin.lsp_definitions` | Goto the definition of the word under the cursor, if there's only one, otherwise show all options in Telescope |
| `builtin.lsp_type_definitions` | Goto the definition of the type of the word under the cursor, if there's only one, otherwise show all options in Telescope|