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 /lua/telescope/config.lua | |
| 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 'lua/telescope/config.lua')
| -rw-r--r-- | lua/telescope/config.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lua/telescope/config.lua b/lua/telescope/config.lua index 86d5bb0..7a1cab3 100644 --- a/lua/telescope/config.lua +++ b/lua/telescope/config.lua @@ -321,6 +321,16 @@ append( ) append( + "hl_result_eol", + true, + [[ + Changes if the highlight for the selected item in the results + window is always the full width of the window + + Default: true]] +) + +append( "dynamic_preview_title", false, [[ |
