diff options
| author | tami5 <kkharji@protonmail.com> | 2022-03-11 14:46:29 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-11 12:46:29 +0100 |
| commit | 1c4cd6cdaa321a50f6a84a6381421d4fda47d767 (patch) | |
| tree | e177baafd7ef646fc8155a442f072225e668b37a /doc | |
| parent | d331433ed82f68beb54135a5b7f9ef02e90a0ade (diff) | |
feat(lsp_references): expose include_declaration option (default still true) (#1449)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/telescope.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt index 1aec296..2f63b28 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -1342,10 +1342,12 @@ builtin.lsp_type_definitions({opts}) *builtin.lsp_type_definitions()* {opts} (table) options to pass to the picker Options: ~ - {jump_type} (string) how to goto definition if there is only - one, values: "tab", "split", "vsplit", - "never" - {ignore_filename} (boolean) dont show filenames (default: true) + {jump_type} (string) how to goto definition if there is + only one, values: "tab", "split", + "vsplit", "never" + {ignore_filename} (boolean) dont show filenames (default: true) + {include_declaration} (boolean) include symbol declaration in the lsp + references (default: true) builtin.lsp_implementations({opts}) *builtin.lsp_implementations()* |
