Adding the missing session signs.
This commit is contained in:
parent
e3c972b06b
commit
2a7d607dc6
1 changed files with 4 additions and 4 deletions
|
@ -8,10 +8,10 @@ This is just a bunch of dotfiles.
|
||||||
Plugins are managed by Vundle, which is a git submodule. After cloning the `dotfiles` repository, you have to initialize the submodule and install all plugins.
|
Plugins are managed by Vundle, which is a git submodule. After cloning the `dotfiles` repository, you have to initialize the submodule and install all plugins.
|
||||||
|
|
||||||
``` console
|
``` console
|
||||||
cd dotfiles/
|
$ cd dotfiles/
|
||||||
git submodule init
|
$ git submodule init
|
||||||
git submodule update
|
$ git submodule update
|
||||||
vim +PluginInstall +qall
|
$ vim +PluginInstall +qall
|
||||||
```
|
```
|
||||||
|
|
||||||
Plugins can be updated with `vim +PluginUpdate +qall`.
|
Plugins can be updated with `vim +PluginUpdate +qall`.
|
||||||
|
|
Loading…
Reference in a new issue