correction
This commit is contained in:
parent
3a9d36c5ab
commit
887e961c9d
11
README.md
11
README.md
|
@ -56,18 +56,15 @@ sudo apt install git wget flex bison gperf python3 python3-venv cmake ninja-buil
|
||||||
|
|
||||||
### Set up VimsCode :
|
### Set up VimsCode :
|
||||||
|
|
||||||
|
|
||||||
|
After clone don't forgot to rename "vimrc-conf" -> ".vimrc" and "/vim-conf" -> "/vim" :
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://git.cohabit.fr/bastien/VimsCode.git
|
git clone https://git.cohabit.fr/bastien/VimsCode.git
|
||||||
mkdir ~/.vim/bundle && cd ~/.vim/bundle/
|
|
||||||
git clone https://github.com/VundleVim/Vundle.vim.git
|
|
||||||
```
|
|
||||||
|
|
||||||
After clone don't forgot to rename "vimrc-conf" -> ".vimrc" and "/vim-conf" -> "/vim"
|
|
||||||
|
|
||||||
```
|
|
||||||
cd vimscode
|
cd vimscode
|
||||||
mv vim-conf .vim && mv .vim ~/
|
mv vim-conf .vim && mv .vim ~/
|
||||||
mv vimrc-conf .vimrc && mv .vimrc ~/
|
mv vimrc-conf .vimrc && mv .vimrc ~/
|
||||||
|
git clone https://github.com/VundleVim/Vundle.vim.git
|
||||||
```
|
```
|
||||||
|
|
||||||
### Alias
|
### Alias
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit b255382d6242d7ea3877bf059d2934125e0c4d95
|
|
Loading…
Reference in a new issue