Hi,
I'm just wondering why is Nim version 2.0.8 pinned?
This results a download of that version on machines that are running a newer version of Nim:
Nimmer > nim --version
Nim Compiler Version 2.2.10 [Linux: amd64]
Compiled at 2026-04-24
Copyright (c) 2006-2026 by Andreas Rumpf
git hash: bfeb3146d1638b39f69007a4ae5a23e23ae4e5ef
active boot switches: -d:release
Nimmer >
Nimmer >
Nimmer >
Nimmer > nimble install -g nimlangserver
Downloading Nim 2.0.8 from nim-lang.org
[################# ] 35.09% 5336kb/s^CSIGINT: Interrupted by Ctrl-C.
Nimmer >
Nimmer > nimble --version
nimble v0.22.2 compiled at 2026-04-24 03:46:34
git hash: couldn't determine git hash
Nimmer >
Nimmer >
Isn't using a newer version of Nim for the langserver better?
Thanks for your work
Hi,
I'm just wondering why is Nim version 2.0.8 pinned?
This results a download of that version on machines that are running a newer version of Nim:
Isn't using a newer version of Nim for the langserver better?
Thanks for your work