File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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)
119120builtin .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)
128130builtin .current_buffer_tags = require_on_exported_call (" telescope.builtin.__files" ).current_buffer_tags
You can’t perform that action at this time.
0 commit comments