Anybody using the new roslyn lsp update in neovim?
Hi guys, I'm new to neovim and I'm trying to setup a good environment to have a nice experience programming with .NET.
When I open a
And after opening a
Thanks guys!
When I open a
.cs file it works fine, as it used to, but when I open a razor file, the LSP does not recognize it and I just have white text without autocompletion or anything. I'm using only the Lazy plugin manager, not LazyVim. If I open a razor file first and run checkhealth vim.lsp there is no LSP attached, if I open a .cs file and run the same command I have:And after opening a
.cs file and executing checkhealth roslyn, here is what I get:Thanks guys!