Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c02ab5 commit 086af0eCopy full SHA for 086af0e
README.md
@@ -10,13 +10,13 @@
10
11
打开终端,执行下面的命令就自动安装好了:
12
13
-`wget -qO- https://raw.github.com/ma6174/vim/master/setup.sh | sh`
+`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 python-twisted xclip vim-gnome astyle python-setuptools`
+- 安装一些必备程序:`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`
0 commit comments