diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -409,7 +409,8 @@ Built-in functions. Ready to be bound to any key you like. :smile: | `builtin.lsp_workspace_symbols` | Searches in LSP all workspace symbols. | | `builtin.lsp_code_actions` | Lists LSP action to be trigged on enter. | | `builtin.lsp_range_code_actions` | Lists LSP range code action to be trigged on enter. | -| `builtin.lsp_diagnostics` | Lists LSP Diagnostics in the current document. | +| `builtin.lsp_document_diagnostics` | Lists LSP Diagnostics in the current document. | +| `builtin.lsp_workspace_diagnostics` | Lists LSP Diagnostics in the workspace if supported and otherwise open buffers. | | .................................. | Your next awesome picker function here :D | ### Git Pickers |
