diff options
| author | Julian Fricker <402357+TC72@users.noreply.github.com> | 2021-10-29 17:57:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-29 18:57:41 +0200 |
| commit | 3b9ac8edba8c1b4053c7f6ac8a4e78969cec66dd (patch) | |
| tree | ab3ca35e0a00c5c2ecb87c1de8e2278d9dfb4f55 /doc | |
| parent | 02a02f7bcdfb1f207de6649c00701ee1fe13a420 (diff) | |
break: changed the results window highlight to always be full width (#1312)
Can be changed back by setting
telescope.setup {
defaults = {
hl_result_eol = false,
}
}
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/telescope.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt index 3e1c0c4..5835823 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -234,6 +234,13 @@ telescope.setup({opts}) *telescope.setup()* Default: function that shows current count / all + *telescope.defaults.hl_result_eol* + hl_result_eol: ~ + Changes if the highlight for the selected item in the results + window is always the full width of the window + + Default: true + *telescope.defaults.dynamic_preview_title* dynamic_preview_title: ~ Will change the title of the preview window dynamically, where it |
