"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-lua
plugin usinglazy.nvim
on a system with an encrypted home directory.Context
getconf NAME_MAX .
.Lazy.nvim
, I get errors like:mini.nvim
tests, sofzf-lua
itself cannot control them.fzf-lua
maintainer mentioned this cannot be fixed on thefzf-lua
side, and suggested the issue needs to be addressed inlazy.nvim
(reference).Question
Would it be possible for
lazy.nvim
to 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