diff options
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, [[ |
