maj readme
This commit is contained in:
parent
86b33f56a4
commit
c2e5086b1a
19
README.md
19
README.md
|
@ -5,9 +5,9 @@
|
||||||
- [Quick Start](#quick-start)
|
- [Quick Start](#quick-start)
|
||||||
- [Docs](#docs)
|
- [Docs](#docs)
|
||||||
|
|
||||||
## Why
|
## Why VimsCode
|
||||||
|
|
||||||
1. VimsCode, it's beautifull
|
### VimsCode, it's beautifull
|
||||||
|
|
||||||
To write or edit computer code, program an arduino etc... we use IDE (integrated development environment)
|
To write or edit computer code, program an arduino etc... we use IDE (integrated development environment)
|
||||||
Many very complete graphic software exist to do that like VScode from microsoft or Atom.
|
Many very complete graphic software exist to do that like VScode from microsoft or Atom.
|
||||||
|
@ -34,9 +34,7 @@
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
1. test
|
VimsCode is an IDE with vim for beginner or expert :
|
||||||
|
|
||||||
VimsCode is an IDE with vim for beginner or expert
|
|
||||||
|
|
||||||
* VimsCode use arduino-cli, idf-esp and platform.io-cli for remplace VScode only in terminal
|
* VimsCode use arduino-cli, idf-esp and platform.io-cli for remplace VScode only in terminal
|
||||||
* Very easy to use
|
* Very easy to use
|
||||||
|
@ -46,26 +44,27 @@
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
1. Introduction:
|
### Introduction :
|
||||||
|
|
||||||
Installation requires [git, wget, flex, bison, gperf, python3, python3-venv, cmake, ninja-build, ccache, libffi-dev, libssl-dev, dfu-util, libusb-1.0-0]
|
Installation requires [git, wget, flex, bison, gperf, python3, python3-venv, cmake, ninja-build, ccache, libffi-dev, libssl-dev, dfu-util, libusb-1.0-0]
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install git, wget, flex, bison, gperf, python3, python3-venv, cmake, ninja-build, ccache, libffi-dev, libssl-dev, dfu-util, libusb-1.0-0, elinks
|
sudo apt install git, wget, flex, bison, gperf, python3, python3-venv, cmake, ninja-build, ccache, libffi-dev, libssl-dev, dfu-util, libusb-1.0-0, elinks
|
||||||
```
|
```
|
||||||
2. Set up VimsCode
|
### Set up VimsCode :
|
||||||
|
|
||||||
git clone https://git.cohabit.fr/bastien/VimsCode.git
|
git clone https://git.cohabit.fr/bastien/VimsCode.git
|
||||||
|
|
||||||
After clone don't forgot to rename "vimrc-conf" -> ".vimrc" and "/vim-conf" -> "/vim"
|
After clone don't forgot to rename "vimrc-conf" -> ".vimrc" and "/vim-conf" -> "/vim"
|
||||||
|
|
||||||
3. Install Plugins:
|
### Install Plugins :
|
||||||
|
|
||||||
Launch `vim` and run `:PluginInstall`
|
Launch `vim` and run `:PluginInstall`
|
||||||
|
|
||||||
## Docs
|
## Docs
|
||||||
|
|
||||||
1. Short-cute VimsCode
|
### Short-cute VimsCode :
|
||||||
|
|
||||||
```
|
```
|
||||||
"F2" Shows a vim note
|
"F2" Shows a vim note
|
||||||
|
@ -78,6 +77,6 @@
|
||||||
"F9" navigate between vim tabs
|
"F9" navigate between vim tabs
|
||||||
```
|
```
|
||||||
|
|
||||||
2. More Doc
|
### More Doc :
|
||||||
|
|
||||||
https://projets.cohabit.fr/redmine/projects/accueil/wiki/Documentation_IDE_Vim
|
https://projets.cohabit.fr/redmine/projects/accueil/wiki/Documentation_IDE_Vim
|
||||||
|
|
Loading…
Reference in a new issue