summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorfdschmidt93 <39233597+fdschmidt93@users.noreply.github.com>2021-03-04 15:01:17 +0100
committerGitHub <noreply@github.com>2021-03-04 15:01:17 +0100
commit908752fc67f0aff43e35ffb175b5e6226874bad5 (patch)
tree17a0874b107108fe07aca167184c83e2457be9fd /README.md
parent8dc00b08aa68ccfc259a35d31f55ff5eeedab17a (diff)
feat: workspace diagnostics, jump to and improved styling (#599)
Changes: `Telescope lsp_diagnostics` is now `Telescope lsp_document_diagnostics` New: `Telescope lsp_workspace_diagnostics` Co-authored-by: Fabian David Schmidt <fabian.david.schmidt@hotmail.com> Co-authored-by: elianiva <dicha.arkana03@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 54dd401..1736cfd 100644
--- a/README.md
+++ b/README.md
@@ -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