diff options
| author | Julian Fricker <402357+TC72@users.noreply.github.com> | 2021-11-04 06:22:09 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-04 07:22:09 +0100 |
| commit | 6652d4d55571db0ebd6cb636c523cb8a87785c27 (patch) | |
| tree | c7b7aa78f544e6e17a06f258e8f1469b09735c6b /lua/telescope/config.lua | |
| parent | 6a8fbb53e01f9c523a68fb1eb06a346e43db720d (diff) | |
feat: Full width select (#1403)
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 c7d151e..dc01d3b 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, [[ |
