Antoine Gaudreau Simard
Antoine Gaudreau Simard
Yes the curl command to download the zip file seems to fail for some reason. I just pushed an attempt at resolving the issue, but I am really not sure...
Very odd, until we figure it out you can just extract the zip file in that same folder and the plugin will pick it up.
I have an idea to resolve the directory issue, but the one reported in this Issue initially is not the same from what I can see.
For anyone having an issue with the file manipulation, could you pull the new version (just added a log), add this to your configuration: ```lua require("copilot").setup { ... logger =...
Do you have logs? :) They are in `~\AppaData\Local\` on Windows
Did you add the configuration described here?: https://github.com/zbirenbaum/copilot.lua/issues/408#issuecomment-2758411881
What shell are you using on Windows? I am starting to think it may have something to do with this
I just pushed another change to use the built-in vim.fn.mkdir which should be better at handling varieties in shells and OSes. I use Nushell on Windows and it is working...
If the folder is created automatically, what is the error in NeoVim? Since the commands work I would expect it to download fine through NeoVim.
Can you post what comes before? It should log the command it is about to run if you set your config to trace.