mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2025-12-06 06:46:10 +00:00
[docgen] Update doc/telescope.txt
skip-checks: true
This commit is contained in:
@@ -2577,24 +2577,6 @@ utils.path_expand({path}) *telescope.utils.path_expand()*
|
|||||||
string
|
string
|
||||||
|
|
||||||
|
|
||||||
utils.transform_path({opts}, {path}) *telescope.utils.transform_path()*
|
|
||||||
Transform path is a util function that formats a path based on path_display
|
|
||||||
found in `opts` or the default value from config. It is meant to be used in
|
|
||||||
make_entry to have a uniform interface for builtins as well as extensions
|
|
||||||
utilizing the same user configuration Note: It is only supported inside
|
|
||||||
`make_entry`/`make_display` the use of this function outside of telescope
|
|
||||||
might yield to undefined behavior and will not be addressed by us
|
|
||||||
|
|
||||||
|
|
||||||
Parameters: ~
|
|
||||||
{opts} (table) The opts the users passed into the picker. Might
|
|
||||||
contains a path_display key
|
|
||||||
{path} (string|nil) The path that should be formatted
|
|
||||||
|
|
||||||
Return: ~
|
|
||||||
string: The transformed path ready to be displayed
|
|
||||||
|
|
||||||
|
|
||||||
utils.has_ts_parser({lang}) *telescope.utils.has_ts_parser()*
|
utils.has_ts_parser({lang}) *telescope.utils.has_ts_parser()*
|
||||||
Checks if treesitter parser for language is installed
|
Checks if treesitter parser for language is installed
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user