fix(picker): set min file width to 40

This commit is contained in:
Folke Lemaitre 2025-10-24 16:26:50 +02:00
parent 4d9666ec65
commit 69417ac681
No known key found for this signature in database
GPG key ID: 9B52594D560070AB

View file

@ -157,7 +157,7 @@ local defaults = {
--- * right: truncate the end of the path
---@type "left"|"center"|"right"
truncate = "center",
min_width = 20, -- minimum length of the truncated path
min_width = 40, -- minimum length of the truncated path
filename_only = false, -- only show the filename
icon_width = 2, -- width of the icon (in characters)
git_status_hl = true, -- use the git status highlight group for the filename