✅ 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
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.2 Replies
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
You can run the LS yourself
with
vim.lsp.start
and pass your config in there