maj readme
This commit is contained in:
parent
e3d2623f0b
commit
cb8275c68b
|
@ -58,6 +58,12 @@ git clone https://git.cohabit.fr/bastien/VimsCode.git
|
|||
|
||||
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 :
|
||||
|
||||
Launch `vim` and run `:PluginInstall`
|
||||
|
|
Loading…
Reference in a new issue