修改搜索

This commit is contained in:
LingZhaoHui 2024-08-05 02:37:16 +08:00
parent 55ec41df6c
commit b29cc3a7d0
Signed by: zeekling
GPG Key ID: D96E4E75267CA2CC

View File

@ -27,8 +27,13 @@ return {
-- layout_strategy = "bottom_pane", -- layout_strategy = "bottom_pane",
layout_strategy = "vertical", layout_strategy = "vertical",
layout_config = { layout_config = {
vertical = { width = 0.9999 }, vertical = { width = 0.85 },
bottom_pane = { width = 0.99 }, bottom_pane = { width = 0.85 },
},
path_display = {
truncate = 3,
--smart = 3
--shorten = { len = 3},
}, },
pickers = { pickers = {
theme = "dropdown", theme = "dropdown",