From 86113be7e9f8ddb2f66c378be7b7a62b1f1dc557 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 11 Jan 2024 21:09:13 +0800 Subject: [PATCH] fix(telescope): update flip_columns threshold --- lua/lazy-plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazy-plugins.lua b/lua/lazy-plugins.lua index b326920..4caa375 100644 --- a/lua/lazy-plugins.lua +++ b/lua/lazy-plugins.lua @@ -169,7 +169,7 @@ local plugins = { defaults = { layout_strategy = 'flex', layout_config = { - flex = { flip_columns = 144 } + flex = { flip_columns = 160 } }, }, }