1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-02-22 10:24:47 +01:00

nim: added installation and vim support

This commit is contained in:
TiynGER
2020-12-07 23:33:09 +01:00
parent a82d4b0141
commit ed03214c31
2 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# Nim
[Nim](https://nim-lang.org) is a statically typed compiled systems programming
language.
## Installation
You can install nim using choosenim with
`curl https://nim-lang.org/choosenim/init.sh -sSf | sh`.
## IDE
### Vim
The steps to make Vim a c IDE are described in
[the vim section of this wiki](../linux/vim/nim.md).