Skip to content

Commit 55ddbb3

Browse files
committed
docs(builtin.tags): add show_kind option
1 parent 21bfcc3 commit 55ddbb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/telescope/builtin/init.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ builtin.current_buffer_fuzzy_find = require_on_exported_call("telescope.builtin.
114114
---@field cwd string: root dir to search from (default: cwd, use utils.buffer_dir() to search relative to open buffer)
115115
---@field ctags_file string: specify a particular ctags file to use
116116
---@field show_line boolean: if true, shows the content of the line the tag is found on in the picker (default: true)
117+
---@field show_kind boolean: if true and kind info is available, show the kind of the tag (default: true)
117118
---@field only_sort_tags boolean: if true we will only sort tags (default: false)
118119
---@field fname_width number: defines the width of the filename section (default: 30)
119120
builtin.tags = require_on_exported_call("telescope.builtin.__files").tags
@@ -123,6 +124,7 @@ builtin.tags = require_on_exported_call("telescope.builtin.__files").tags
123124
---@field cwd string: root dir to search from (default: cwd, use utils.buffer_dir() to search relative to open buffer)
124125
---@field ctags_file string: specify a particular ctags file to use
125126
---@field show_line boolean: if true, shows the content of the line the tag is found on in the picker (default: true)
127+
---@field show_kind boolean: if true and kind info is available, show the kind of the tag (default: true)
126128
---@field only_sort_tags boolean: if true we will only sort tags (default: false)
127129
---@field fname_width number: defines the width of the filename section (default: 30)
128130
builtin.current_buffer_tags = require_on_exported_call("telescope.builtin.__files").current_buffer_tags

0 commit comments

Comments
 (0)