diff options
| author | qualious <denizsydgl@gmail.com> | 2021-09-12 22:14:00 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-12 21:14:00 +0200 |
| commit | 1d17cc4abc493d20b4aba36569e8805c2382ea7b (patch) | |
| tree | b3ada5bb78027ef6fe67bbd243aa785f1f541bb9 /doc | |
| parent | 978366ba46e2306b60ef64bd9e51a6c758fe48f0 (diff) | |
feat: smart path (#914)
path_display = { "smart" }
Co-authored-by: Deniz <deniz@admentum.se>
Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/telescope.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt index da2415b..cdcfe56 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -201,6 +201,8 @@ telescope.setup({opts}) *telescope.setup()* - "hidden" hide file names - "tail" only display the file name, and not the path - "absolute" display absolute paths + - "smart" remove as much from the path as possible to only show + the difference between the displayed paths - "shorten" only display the first character of each directory in the path @@ -917,6 +919,7 @@ builtin.lsp_type_definitions({opts}) *builtin.lsp_type_definitions()* {jump_type} (string) how to goto definition if there is only one, values: "tab", "split", "vsplit", "never" + builtin.lsp_implementations({opts}) *builtin.lsp_implementations()* Goto the implementation of the word under the cursor if there's only one, otherwise show all options in Telescope |
