From ff428c91879d7d5ffa22d950cd53b5eeff3553dc Mon Sep 17 00:00:00 2001 From: oberblastmeister <61095988+oberblastmeister@users.noreply.github.com> Date: Tue, 9 Mar 2021 14:17:56 -0500 Subject: feat: lsp definitions (#631) * added lsp definitoins * don't call locations_to_items when there is one Co-authored-by: Jae-Won Chung * added missing end * added description * added to feature map * Update lua/telescope/builtin/lsp.lua Co-authored-by: fdschmidt93 <39233597+fdschmidt93@users.noreply.github.com> * Update lua/telescope/builtin/lsp.lua Co-authored-by: Jae-Won Chung Co-authored-by: Jae-Won Chung Co-authored-by: fdschmidt93 <39233597+fdschmidt93@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 070c9dc..de7c5a3 100644 --- a/README.md +++ b/README.md @@ -410,6 +410,7 @@ Built-in functions. Ready to be bound to any key you like. :smile: | `builtin.lsp_range_code_actions` | Lists LSP range code action to be trigged on enter. | | `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. | +| `builtin.lsp_definitions` | Goto definition if there is only one. If there are multiple, open them up in telescope | ### Git Pickers -- cgit v1.2.3