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