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