Exafunction / codeium.nvim

A native neovim extension for Codeium
MIT License
644 stars 50 forks source link

Expand-file not work in win11 #134

Open R0boter opened 5 months ago

R0boter commented 5 months ago

I found some errors when using powershell for win11, vim.o.shell awlays return cmd.exe,so expand-file never executes, maybe we need change use some other function. I don't know if it's neovim's problem. (sorry, my english is so bad 😥) 图片 图片 Thank you for your help!!!

neilfranci commented 5 months ago

vim.o.shell returns the shell that neovim uses as default. You need to change it to powershell manually. But what does this have to do with the codeium.nvim?

R0boter commented 5 months ago

@neilfranci I changed it, but also can't unpack the language_server_windows_x64.exe.gz, I install the language server manually, it's work. if it's not a error, i will close this issue, thank you for your help

zhufengning commented 2 months ago

@neilfranci When it is found that there is no gzip in the system, it will detect whether the shell is powershell. If it is, it will run the gzip.ps1 script instead.