maj readme
This commit is contained in:
parent
e3d2623f0b
commit
cb8275c68b
|
@ -55,9 +55,15 @@ Installation requires [git; wget; flex; bison; gperf; python3; python3-venv; cma
|
||||||
### 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"
|
||||||
|
|
||||||
|
```
|
||||||
|
cd vimscode
|
||||||
|
mv vim-conf .vim && mv .vim ~/
|
||||||
|
mv vimrc-conf .vimrc && mv .vimrc ~/
|
||||||
|
```
|
||||||
|
|
||||||
### Install Plugins :
|
### Install Plugins :
|
||||||
|
|
||||||
Launch `vim` and run `:PluginInstall`
|
Launch `vim` and run `:PluginInstall`
|
||||||
|
|
Loading…
Reference in a new issue