So I’ve been recently trying to setup neovim for working with unity. I installed csharp-ls as the language server, which I tested with a regular dotnet project, which worked fine.
The problem is, when I try to use this for a Unity project (even a brand new one) it seems that it does not properly load assembly references or something, as I get errors such as “Could not find type or namespace System”. I also could not get omnisharp-roslyn to work in neovim