summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorUraza <uraza@users.noreply.github.com>2023-02-19 11:17:05 +0100
committerGitHub <noreply@github.com>2023-02-19 11:17:05 +0100
commit5ce991ad23253750d189c23e7688ca68898ea48b (patch)
treeef31491583c7ae3ec0a1dcb2550d6bf8582cc8df /doc
parentb0395c2882dbc7412edad9888794de131ad6e365 (diff)
docs: add missing documentation for builtin lsp symbols (#2365)
Diffstat (limited to 'doc')
-rw-r--r--doc/telescope.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt
index 95e2df0..0012eb0 100644
--- a/doc/telescope.txt
+++ b/doc/telescope.txt
@@ -1557,6 +1557,10 @@ builtin.lsp_document_symbols({opts}) *telescope.builtin.lsp_document_symbols()*
Options: ~
{fname_width} (number) defines the width of the filename
section (default: 30)
+ {symbol_width} (number) defines the width of the symbol
+ section (default: 25)
+ {symbol_type_width} (number) defines the width of the symbol
+ type section (default: 8)
{show_line} (boolean) if true, shows the content of the
line the tag is found on (default:
false)
@@ -1581,6 +1585,10 @@ builtin.lsp_workspace_symbols({opts}) *telescope.builtin.lsp_workspace_symbols()
(default: "")
{fname_width} (number) defines the width of the filename
section (default: 30)
+ {symbol_width} (number) defines the width of the symbol
+ section (default: 25)
+ {symbol_type_width} (number) defines the width of the symbol
+ type section (default: 8)
{show_line} (boolean) if true, shows the content of the
line the tag is found on (default:
false)