mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
fix(picker): set min file width to 40
This commit is contained in:
parent
4d9666ec65
commit
69417ac681
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue