From fe3c8059c056dc881c795684d85dff8adc040c50 Mon Sep 17 00:00:00 2001 From: marten <43725244+tiyn@users.noreply.github.com> Date: Tue, 18 May 2021 17:20:47 +0200 Subject: [PATCH 1/2] nim: arch variant for installation added --- wiki/programming-languages/nim.md | 1 + 1 file changed, 1 insertion(+) diff --git a/wiki/programming-languages/nim.md b/wiki/programming-languages/nim.md index e40f89a..4b51b61 100644 --- a/wiki/programming-languages/nim.md +++ b/wiki/programming-languages/nim.md @@ -7,6 +7,7 @@ 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 From 4ebce58e40c6dddefe64e7db68dacb51d614c2ae Mon Sep 17 00:00:00 2001 From: marten <43725244+tiyn@users.noreply.github.com> Date: Tue, 18 May 2021 17:21:56 +0200 Subject: [PATCH 2/2] nim: fixed typo from copy pasting --- wiki/programming-languages/nim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/programming-languages/nim.md b/wiki/programming-languages/nim.md index 4b51b61..31d61cf 100644 --- a/wiki/programming-languages/nim.md +++ b/wiki/programming-languages/nim.md @@ -13,5 +13,5 @@ If you're on an arch-based machine you can also run `yay -S choosenim` (install ### 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).