Skip to content

Commit

Permalink
add readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
lovelock committed Apr 30, 2015
1 parent e183888 commit 37bd14e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# hackvim
My own VIM configuration

# 1. Installation
### 1. clone the repo to your local disk
```
git clone https://github.com/lovelock/hackvim.git
```

### 2. go to the project directory and execute install.sh
```
cd /path/to/hackvim
sh -x install.sh
```

### 3. enjoy it.

# 2. Tips
There maybe some problems in old Linux distributions, such as CentOS 5.5 or older, the you can checkout the server branch and use
the non-YCM version. Believe me, the server branch is so good to improve your productity.
```
git checkout server
```

0 comments on commit 37bd14e

Please sign in to comment.