jmederosalvarado / roslyn.nvim

Roslyn LSP plugin for neovim
MIT License
192 stars 33 forks source link

fix: platform check for windows #2

Closed maxle5 closed 8 months ago

maxle5 commented 8 months ago

Fixed the platform check for windows. Looks like the platform is "window_nt" not "windows" image   With this change, everything seems to be working on windows!

Thanks for all your hard work, this is great!

groovyghoul commented 8 months ago

This corrected the same error I was receiving when running :CSInstallRoslyn

Thanks!