"File name too long" error when updating fzf-lua via lazy.nvim on encrypted home directory #2045
Unanswered
samuelsimoes
asked this question in
Q&A
Replies: 0 comments
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’m running into an error when updating the
fzf-luaplugin usinglazy.nvimon a system with an encrypted home directory.Context
getconf NAME_MAX ..Lazy.nvim, I get errors like:mini.nvimtests, sofzf-luaitself cannot control them.fzf-luamaintainer mentioned this cannot be fixed on thefzf-luaside, and suggested the issue needs to be addressed inlazy.nvim(reference).Question
Would it be possible for
lazy.nvimto intercept or adjust these filenames during the plugin install/update process, to avoid exceeding the filesystem limit?For example, by automatically renaming, truncating, or providing a configuration option to handle such cases?
Thanks a lot for your time!
Beta Was this translation helpful? Give feedback.
All reactions