Plein de correction
This commit is contained in:
parent
338d3b0db8
commit
f754361953
|
@ -64,6 +64,13 @@ mv vim-conf .vim && mv .vim ~/
|
||||||
mv vimrc-conf .vimrc && mv .vimrc ~/
|
mv vimrc-conf .vimrc && mv .vimrc ~/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Alias
|
||||||
|
|
||||||
|
Edit your bashrc or zshrc with this ligne :
|
||||||
|
```
|
||||||
|
alias vimscode="~/.vim/vimscode.sh"
|
||||||
|
```
|
||||||
|
|
||||||
### Install Plugins :
|
### Install Plugins :
|
||||||
|
|
||||||
Launch `vim` and run `:PluginInstall`
|
Launch `vim` and run `:PluginInstall`
|
||||||
|
|
Loading…
Reference in a new issue