-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows support: unsupported/corrupt libfzf.dll file #118
Comments
yeah i also looking into that issue a couple of weeks back and noticed something weird. i am no cmake expert, someone added it because they thought it would improve windows compatibility. I noticed that it was enought to run if i now run the install part: I could only confirm this on linux, so would be great if you can confirm that on windows. Just open the directory, delete build/ and then only run thanks for looking into this :) |
Can you help in this @Conni2461 |
i had the same error , its working fine on my Mac and Linux , but not in Windows. |
its works on My Windows now, i just deleted build folder by make
|
i just go to my |
if you using lazyvim, just make build directory manually in telescope-fzf.nvim (mkdir build), then run make then type exit, I'm using windows 11, I think make command failed to created build folder. |
Hey @Conni2461,
Well going through this issue #43. The problem was the
.dll
wasn't found or was missing, we somehow needed to generate the file after installing make commands and running them and all.I am facing a different yet similar kind of problem. In my case I have all the required files but it shows something like this
Error detected while processing C:\Users\talk2\AppData\Local\nvim\init.lua:
The configuration I have/followed is:
Windows11 pro
nvim custom setup using
Packer
.I am attaching screenshots of my folder and my nvim files:
Folder containing .dll file
nvim error
plugin.lua
telescope.lua
The text was updated successfully, but these errors were encountered: