test
This commit is contained in:
parent
f981960301
commit
6e31f5c076
12
README.md
12
README.md
|
@ -30,7 +30,7 @@
|
|||
* Usable through SSH on servers or very light computers (Raspberry Pi, etc.)
|
||||
* Rock solid, crashes must exist, but I've never even heard of them
|
||||
|
||||
#### 2. Avantages of this solution
|
||||
2. Avantages of this solution
|
||||
|
||||
VimsCode is an IDE with vim for beginner or expert
|
||||
|
||||
|
@ -42,26 +42,26 @@
|
|||
|
||||
## Quick Start
|
||||
|
||||
#### 1. Introduction:
|
||||
1. 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]
|
||||
```
|
||||
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
|
||||
```
|
||||
#### 2. Set up VimsCode
|
||||
2. Set up VimsCode
|
||||
|
||||
git clone https://git.cohabit.fr/bastien/VimsCode.git
|
||||
|
||||
After clone don't forgot to rename "vimrc-conf" -> ".vimrc" and "/vim-conf" -> "/vim"
|
||||
|
||||
#### 3. Install Plugins:
|
||||
3. Install Plugins:
|
||||
|
||||
Launch `vim` and run `:PluginInstall`
|
||||
|
||||
## Docs
|
||||
|
||||
#### 1. Short-cute VimsCode
|
||||
1. Short-cute VimsCode
|
||||
|
||||
```
|
||||
"F2" Shows a vim note
|
||||
|
@ -74,6 +74,6 @@
|
|||
"F9" navigate between vim tabs
|
||||
```
|
||||
|
||||
#### 2. More Doc
|
||||
2. More Doc
|
||||
|
||||
https://projets.cohabit.fr/redmine/projects/accueil/wiki/Documentation_IDE_Vim
|
||||
|
|
Loading…
Reference in a new issue