diff options
| author | Simon Hauser <Simon-Hauser@outlook.de> | 2021-10-31 17:02:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-31 17:02:38 +0100 |
| commit | 0caec3d6e4d3c3c71339eb18a9aae7ed0f24badc (patch) | |
| tree | b07b7f20a20c023cfb2f060dc6924d52903e1a58 /lua/telescope/config.lua | |
| parent | c08f95823d2c0367a8782d4ae7dbc9c04b1f9137 (diff) | |
Revert "break: changed the results window highlight to always be full width (#1312)" (#1398)
This reverts commit 3b9ac8edba8c1b4053c7f6ac8a4e78969cec66dd.
Diffstat (limited to 'lua/telescope/config.lua')
| -rw-r--r-- | lua/telescope/config.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lua/telescope/config.lua b/lua/telescope/config.lua index 7a1cab3..86d5bb0 100644 --- a/lua/telescope/config.lua +++ b/lua/telescope/config.lua @@ -321,16 +321,6 @@ 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, [[ |
