Truncated paths in picker.files() with default options, how to fix? #999
Unanswered
scottbenjamin
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Not at computer to test, but try this setting in your config maybe? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using
Snacks.picker.files()
to pick files in my current directory/subdirs but for files but for some reason the paths are shortened todirectory1/.../fllename.txt
and I can't for the life of me figure out how to expand or completely remove the...
as it's not giving me the context to pick what I'm looking for.The picker.files() defaults seem sane for most things I want to do but one project has about 5-7 directories deep and the path to files are about 60 characters in length. This issue doesn't happen in LazyVim, so I'm convinced it's my configs but I am using defaults.
Anyone know how to resolve this or help debug further? Thanks
Beta Was this translation helpful? Give feedback.
All reactions