https://github.com/wendajiang/vim
https://github.com/wendajiang/vim
ide vim
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wendajiang/vim
- Owner: wendajiang
- Created: 2016-02-06T14:16:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-13T06:47:39.000Z (almost 8 years ago)
- Last Synced: 2025-02-01T04:16:41.992Z (over 1 year ago)
- Topics: ide, vim
- Language: Vim script
- Size: 3.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 超强vim配置文件
[](https://travis-ci.org/ma6174/vim)
### 运行截图

### 简易安装方法:
打开终端,执行下面的命令就自动安装好了:
`wget -qO- https://raw.github.com/wendajiang/vim/master/setup.sh | sh -x`
### 或者自己手动安装:(以ubuntu为例)
1. 安装vim `sudo apt-get install vim`
- 安装ctags:`sudo apt-get install ctags`
- 安装一些必备程序:`sudo apt-get install xclip vim-gnome astyle python-setuptools`
- python代码格式化工具:`sudo easy_install -ZU autopep8`
- `sudo ln -s /usr/bin/ctags /usr/local/bin/ctags`
- clone配置文件:`cd ~/ && git clone git://github.com/wendajiang/vim.git`
- `mv ~/vim ~/.vim`
- `mv ~/.vim/.vimrc ~/`
- clone bundle 程序:`git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle`
- 打开vim并执行bundle程序`:BundleInstall`
- 重新打开vim即可看到效果
### 了解更多vim使用的小技巧:
[tips.md](tips.md)
### 查看更新日志:
[`update_log.md`](update_log.md)
**error:the pyflakes.vim plugin requires Vim to be compiled with +python**
solution : git clone --recursive git://github.com/kevinw/pyflakes-vim.git
然后,删除.vim/ftplugin
将clone到的pyflakes/ftplugin 拷贝到.vim