✅ Using Roslyn language server with Neovim lspconfig
Hi,
I'm trying to make new Roslyn language server to work with Neovim.
I configured it using
and it seems like Neovim can see it in the available ls list (attached a screenshot). However, when I try to assign ls to the current buffer with
P.S. When I start omnisharp with
I'm trying to make new Roslyn language server to work with Neovim.
I configured it using
lspconfig plugin like this:and it seems like Neovim can see it in the available ls list (attached a screenshot). However, when I try to assign ls to the current buffer with
:LspStart roslyn_ls, nothing happens. There are no logs in neither Neovim lsp log file nor Roslyn ls file. What am I missing?P.S. When I start omnisharp with
:LspStart omnisharp everything works.