diff options
| author | Michael Maves <100046241+codemicmaves@users.noreply.github.com> | 2022-05-04 16:13:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-04 22:13:40 +0200 |
| commit | 85d95dfdddba7077257a5fa3eb6dd57caf12579f (patch) | |
| tree | 59c15801e0b28d0af145e4a67cc32a77ed6be18a /doc | |
| parent | 3f3cba430e93f54289c296860b05cba141d32acc (diff) | |
fix(builtin.tags): custom filename width (#1842)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/telescope.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt index 9a72905..b1730c5 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -880,6 +880,8 @@ builtin.tags({opts}) *telescope.builtin.tags()* true) {only_sort_tags} (boolean) if true we will only sort tags (default: false) + {fname_width} (number) defines the width of the filename section + (default: 30) builtin.current_buffer_tags({opts}) *telescope.builtin.current_buffer_tags()* @@ -899,6 +901,8 @@ builtin.current_buffer_tags({opts}) *telescope.builtin.current_buffer_tags()* true) {only_sort_tags} (boolean) if true we will only sort tags (default: false) + {fname_width} (number) defines the width of the filename section + (default: 30) builtin.git_files({opts}) *telescope.builtin.git_files()* |
