summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorfdschmidt93 <39233597+fdschmidt93@users.noreply.github.com>2021-10-12 18:48:55 +0200
committerGitHub <noreply@github.com>2021-10-12 18:48:55 +0200
commitc19eae901cb6e03dc44c68f768133c885ce5bafc (patch)
tree40c4b27842a0dd818f9eade56caa70b05691b896 /doc
parent45051df61ba607db0fbe6319425c0a46eaf4cdd8 (diff)
feat: filtering for dynamic workspace symbols (#1336)
* enable `symbols` filtering opt for builtin.dynamic_workspace_symbols
Diffstat (limited to 'doc')
-rw-r--r--doc/telescope.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt
index 4cc6fbb..14a63e5 100644
--- a/doc/telescope.txt
+++ b/doc/telescope.txt
@@ -1401,11 +1401,14 @@ builtin.lsp_dynamic_workspace_symbols({opts})*builtin.lsp_dynamic_workspace_symb
{opts} (table) options to pass to the picker
Options: ~
- {ignore_filename} (boolean) dont show filenames (default: false)
- {show_line} (boolean) if true, shows the content of the line
- the symbol is found on (default: false)
- {symbol_highlights} (table) string -> string. Matches symbol with
- hl_group
+ {ignore_filename} (boolean) dont show filenames (default:
+ false)
+ {show_line} (boolean) if true, shows the content of the
+ line the symbol is found on
+ (default: false)
+ {symbols} (string|table) filter results by symbol kind(s)
+ {symbol_highlights} (table) string -> string. Matches symbol
+ with hl_group
builtin.lsp_document_diagnostics({opts}) *builtin.lsp_document_diagnostics()*