From c3a02944b3ffe07f844ea0cc1f029d91f79f675c Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 15 Feb 2022 12:23:01 +0100 Subject: [PATCH] vim: tweak telescope flex layout --- config/nvim/lua/fs/config/telescope.lua | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/config/nvim/lua/fs/config/telescope.lua b/config/nvim/lua/fs/config/telescope.lua index 2323987..713ab0a 100644 --- a/config/nvim/lua/fs/config/telescope.lua +++ b/config/nvim/lua/fs/config/telescope.lua @@ -16,13 +16,16 @@ local config = function() height = 0.99, horizontal = { - preview_width = 0.5, - preview_cutoff = 100, + preview_width = 0.6, + preview_cutoff = 133, }, vertical = { - preview_height = 0.5, - preview_cutoff = 30, + preview_height = 0.4, + }, + + flex = { + flip_columns = 133, }, },