Van(formely: VimnANo) is a simple rust code editor with advanced vim-like features.
**installation**
either download it with cargo or compile yourself:
!!This script needs curl and cargo, if you have not installed it please do!!
Cargo:
```bash
cargo install van
```
Compile yourself:
```bash
git clone https://github.com/quinnyfoco-design/van
```
```bash
cd van
```
```
cargo install --path .
```
Have fun with van!