diff --git a/wiki/programming-languages/nim.md b/wiki/programming-languages/nim.md index e40f89a..31d61cf 100644 --- a/wiki/programming-languages/nim.md +++ b/wiki/programming-languages/nim.md @@ -7,10 +7,11 @@ language. You can install nim using choosenim with `curl https://nim-lang.org/choosenim/init.sh -sSf | sh`. +If you're on an arch-based machine you can also run `yay -S choosenim` (install `yay` if necessary). ## IDE ### Vim -The steps to make Vim a c IDE are described in +The steps to make Vim a nim IDE are described in [the vim section of this wiki](../linux/vim/nim.md).