fix: README

This commit is contained in:
Markus Pesch 2020-01-04 15:36:00 +01:00
parent 1a762d7291
commit 0d00ff6f16
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -1,4 +1,7 @@
# README
# VIM configuration
This repository contains all dependencies and third party libs for
volker raschek's vim configuration.
## Installation
@ -17,6 +20,6 @@ git submodule update --init --recursive
## Update You-Complete-Me
```bash
cd ~/.vim/bundle/YouCompleteMe
cd ~/.vim/bundle/youcompleteme
./install.py --all
```