From 3b9ac8edba8c1b4053c7f6ac8a4e78969cec66dd Mon Sep 17 00:00:00 2001 From: Julian Fricker <402357+TC72@users.noreply.github.com> Date: Fri, 29 Oct 2021 17:57:41 +0100 Subject: 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, } } --- lua/telescope/config.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lua/telescope/config.lua') 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 @@ -320,6 +320,16 @@ append( Default: function that shows current count / all]] ) +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, -- cgit v1.2.3