Comment on A review of Nim 2: The good and bad with example codeComments−dundercoder1yI’ve loved working in nim. I’ve only written some toy projects so far but it’s fast. Anyone find a good ide/language plugin for it?−banashark1yhttps://nim-lang.org/docs/nimsuggest.htmlI just set it up on neovim with Mason and it was pretty quick and easy.That being said my preferred environment is jetbrains stuff and I’d very much enjoy an up to date plugin there−bckr1yDoes it have an official language server?−jitl1yThis is mentioned in the article.−bckr1yRight.The LSP could be faster, and it sometimes crashes due to syntax errors or produces zombie processes.
Comments
I’ve loved working in nim. I’ve only written some toy projects so far but it’s fast. Anyone find a good ide/language plugin for it?
https://nim-lang.org/docs/nimsuggest.html
I just set it up on neovim with Mason and it was pretty quick and easy.
That being said my preferred environment is jetbrains stuff and I’d very much enjoy an up to date plugin there
Does it have an official language server?
This is mentioned in the article.
Right.