fix(telescope): update flip_columns threshold

This commit is contained in:
Ryan 2024-01-11 21:09:13 +08:00
parent 472144f0d0
commit 86113be7e9
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ local plugins = {
defaults = {
layout_strategy = 'flex',
layout_config = {
flex = { flip_columns = 144 }
flex = { flip_columns = 160 }
},
},
}