From 37bd14e5bea3dc4970275d2149ea881a4dcda1ae Mon Sep 17 00:00:00 2001 From: Frost Wong Date: Thu, 30 Apr 2015 22:35:19 +0800 Subject: [PATCH] add readme file --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9be7a8b --- /dev/null +++ b/README.md @@ -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 +```