From f1386eaedf5f3f9a92bada0a44f91eed3b229b4e Mon Sep 17 00:00:00 2001 From: Eduardo Bray Date: Mon, 26 Feb 2024 04:56:38 -0300 Subject: [PATCH] Remove Telescope unsupported layout_config key `results_width` (#2694) --- lua/plugins/configs/telescope.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins/configs/telescope.lua b/lua/plugins/configs/telescope.lua index 784fb19..8de35a8 100644 --- a/lua/plugins/configs/telescope.lua +++ b/lua/plugins/configs/telescope.lua @@ -21,7 +21,6 @@ local options = { horizontal = { prompt_position = "top", preview_width = 0.55, - results_width = 0.8, }, vertical = { mirror = false,