2025, August 8th
So, in my last note, I mentioned that I had been coding in .NET 8 without major problems except for being able to use a LSP.
I finally got around to poke around the Mason installation and it turns out the problem is just the script that starts up the server calling omnisharp
when it should be calling OmniSharp
…
I do not have much time today, so a quick:
cd ~/.local/share/nvim/mason/bin
ln ~/.local/share/nvim/mason/packages/omnisharp/OmniSharp omnisharp
… fixes the problem.