|
|
|
@ -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).
|
|
|
|
|