Updating fzf.lua with Lazy.nvim receiving File name too long error (Linux) #2299
-
I am using Linux Mint 22, and recently, when trying to update the plugin with Lazy.nvim, I started receiving checkout failed messages like this:
I already tried running Does anyone know how I could fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
These are test screenshot files from the latest additions, I’m not sure which call in lazy.nvim is returning this error but unfortunately this cannot be solved from fzf-lua unless we change the screenshot names but those are automatically derived from mini.nvim’s MiniTest. I can try renaming the test to make it a little shorter filename but I need to know the limit threshold which triggers this error. This error should most likely be solved in lazy.nvim as it’s not isolated to fzf-lua but your chances of that are pretty slim while @folke is away. |
Beta Was this translation helpful? Give feedback.
I just discovered that my system is limited to 143 chars.
and by looking this thread, looks like the file name chars limit reduces when you are using encrypted home folder, which is my case.