msabathier
msabathier
Hi @GitMurf, it seems i have been running into the same problem as you and i will try to find a solution. Can you tell me if you are using...
Hi @LifeAdventurer, what formatter(s) are you using ? And did you install them using Mason ?
Hello @Bios-Marcel, Could you post the output of the `:language` command please ? I suspect that you have a locale related environment variable set to German that Neovim uses to...
What is the output of `echo $Env:LANG $Env:LANGUAGE $Env:LC_ALL $Env:LC_CTYPE $Env:LC_COLLATE` in Powershell ? (or `echo %LANG% %LANGUAGE% %LC_ALL% %LC_CTYPE% %LC_COLLATE%` in command prompt)
Hmm .. I'm unable to replicate the issue on my machine but i'm running windows 10 so that might be why. I suspect that your windows `setlocale` function is returning...
Yeah that's what i suspected. Neovim uses the `setlocale` function to determine the locale to use. This function is supplied by a Microsoft library. In my case this function returns...