kabouzeid / nvim-lspinstall

Provides the missing :LspInstall for nvim-lspconfig
MIT License
526 stars 67 forks source link

Windows: no such file or directory: "/usr/bin/env" #149

Open herdsothom opened 2 years ago

herdsothom commented 2 years ago

Hi there,

I have successfully got lspinstall working on my Mac, but now trying on my Windows machine with the exact same init.lua, when attempting to run LspInstall csharp, I get the following error: image

Is this meant to work on windows?

fithurriague commented 2 years ago

It seems to be that not supports windows for now, that's a unix path... I have the same error. Also thinked about modifying the code but probably it's all made for linux users and it might be a lot of work.

herdsothom commented 2 years ago

There is a PR open to add support for windows i saw a week ago