chrisant996 / clink-fzf

Fzf integration for Clink
MIT License
77 stars 10 forks source link

fzf.lua and arghelper module #5

Closed theperiscope closed 2 years ago

theperiscope commented 2 years ago

After I installed a recent version of fzf.lua I received a module 'arghelper' not found error (Windows 10.0.19044.1889).

I was able to resolve it by downloading the arghelper.lua file and placing it a modules folder where the fzf.lua is located. The "how to install" section of the Readme.md could also use a quick update.

chrisant996 commented 2 years ago

Oh, I see. The files are present in the repo, but the instructions are outdated. I will probably just alter fzf.lua to not depend on arghelper.lua at all.

theperiscope commented 2 years ago

Thanks for quick fix Chris, I installed the latest update, removed modules folder, and everything is well.