jmederosalvarado / roslyn.nvim

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

Unable to call CSInstallRoslyn #24

Open SFX123456 opened 4 months ago

SFX123456 commented 4 months ago

Hello i am tyring to get any Lsp to work with neovim but it just does not work. Mason installed that Lsp but it still does not work. I tried running :CSInstallRoslyn and it says not an editor command. I have a .sln file and a .csproj. I have a .net 6 project and i have .net 6 7 and 8 installed. I can call dotnet build and run from my terminal. I am running Ubuntu 22 on Wsl. Please help.

albinlju commented 3 months ago

I have this plugin working on Ubuntu 22.04.1 Wsl. Make sure the following:

If the plugin is installed you should be able to list and see the command CSInstallRoslyn with :command

Aditional info: I have used lazy.nvim for my neovim config setup.

Issues i had: After i successfully installed the language server i had the same error as #18 But with installing the language server from gh release as Jmederosalvarado mentioning, now everything works like a charm.