Thanks. I am trying to make it work, but after some debugging, it seems to me 
it may just got broken by Nim 0.20.2's change in handling stdout on Windows (by 
making nimlsp emit CR-CR-LFs when compiled with 0.20.2, instead of CR-LFs as 
required in the LSP protocol). I didn't have enough time to confirm this 100% 
without doubt, but I let myself report 
[nim#11801](https://github.com/nim-lang/Nim/issues/11801) anyway for 
clarification, as I am confused if it's possible to emit a raw LF on Windows 
with 0.20.2 at all. (I had trouble making choosenim work too, so I couldn't 
easily check if it works OK with 0.20.0 yet :/)

Reply via email to