-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |