Skip to content

Commit 96ea0f2

Browse files
clone from git vim set
0 parents  commit 96ea0f2

File tree

867 files changed

+341967
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

867 files changed

+341967
-0
lines changed

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# 超强vim配置文件
2+
3+
[![Build Status](https://travis-ci.org/ma6174/vim.png?branch=master)](https://travis-ci.org/ma6174/vim)
4+
5+
### 运行截图
6+
7+
![screenshot.png](screenshot.png)
8+
9+
### 简易安装方法:
10+
11+
打开终端,执行下面的命令就自动安装好了:
12+
13+
`wget -qO- https://raw.github.com/ma6174/vim/master/setup.sh | sh -x`
14+
15+
### 或者自己手动安装:(以ubuntu为例)
16+
17+
1. 安装vim `sudo apt-get install vim`
18+
- 安装ctags:`sudo apt-get install ctags`
19+
- 安装一些必备程序:`sudo apt-get install xclip vim-gnome astyle python-setuptools`
20+
- python代码格式化工具:`sudo easy_install -ZU autopep8`
21+
- `sudo ln -s /usr/bin/ctags /usr/local/bin/ctags`
22+
- clone配置文件:`cd ~/ && git clone git://github.com/ma6174/vim.git`
23+
- `mv ~/vim ~/.vim`
24+
- `mv ~/.vim/.vimrc ~/`
25+
- clone bundle 程序:`git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle`
26+
- 打开vim并执行bundle程序`:BundleInstall`
27+
- 重新打开vim即可看到效果
28+
29+
### 了解更多vim使用的小技巧:
30+
31+
[tips.md](tips.md)
32+
33+
### 查看更新日志:
34+
35+
[`update_log.md`](update_log.md)

0 commit comments

Comments
 (0)