erdajt
erdajt
Same issue here in Arch Linux: ``` ❯ dotnet run /home/erdajtt/P9/code/c#/projects/test/ViewLocator.cs(12,20): warning CS8602: Dereference of a possibly null reference. [/home/erdajtt/P9/code/c#/projects/test/test.csproj] Unhandled exception. System.InvalidOperationException: Default font family name can't be null...
To resolve this issue install ```ttf-ms-fonts``` from the AUR. (in arch based distros) ```yay -S ttf-ms-fonts``` And for ubuntu based distros install ```ttf-mscorefonts-installer``` from the repos.
OS: Arch Linux on x11 neovim version: ``` NVIM v0.10.4 Build type: RelWithDebInfo LuaJIT 2.1.1736781742 ``` Package manager: lazy.nvim ``` { 'stsewd/spotify.nvim', build = ':UpdateRemotePlugins', config = function() require('spotify').setup() end,...