diff options
| author | tami5 <kkharji@protonmail.com> | 2022-03-11 16:41:48 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-11 14:41:48 +0100 |
| commit | ddb9e56160914261ca6af9f75ce2afb5d28961e2 (patch) | |
| tree | e29fa7f91aed83fdb537d3a00e565529f61f38eb /doc | |
| parent | c5bf83dc614b14c6926b738a54c6d059de974f75 (diff) | |
feat(lsp): ignore_symbols option (#1745)
Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/telescope.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt index 2f63b28..650990a 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -1409,6 +1409,7 @@ builtin.lsp_document_symbols({opts}) *builtin.lsp_document_symbols()* line the tag is found on (default: false) {symbols} (string|table) filter results by symbol kind(s) + {ignore_symbols} (string|table) list of symbols to ignore {symbol_highlights} (table) string -> string. Matches symbol with hl_group @@ -1432,6 +1433,7 @@ builtin.lsp_workspace_symbols({opts}) *builtin.lsp_workspace_symbols()* line the tag is found on (default: false) {symbols} (string|table) filter results by symbol kind(s) + {ignore_symbols} (string|table) list of symbols to ignore {symbol_highlights} (table) string -> string. Matches symbol with hl_group @@ -1453,6 +1455,7 @@ builtin.lsp_dynamic_workspace_symbols({opts}) *builtin.lsp_dynamic_workspace_sym line the symbol is found on (default: false) {symbols} (string|table) filter results by symbol kind(s) + {ignore_symbols} (string|table) list of symbols to ignore {symbol_highlights} (table) string -> string. Matches symbol with hl_group |
