Is there IDE debugging support for Nim yet (language server?). Or a REPL, Online or off? Thanks
Both in progress.
Language server:
https://github.com/nim-lang/langserver
https://github.com/nim-lang/langserver/issues/1
As for a REPL, there is already `nim secret`, but there is work being done to create a better interactive environment.