vim超强版,值得珍藏
HTTPS clone URL
You can clone with HTTPS or Subversion.
vim配置文件和插件
vim /
latest commit 2f228b896c
ma6174 authored 16 days ago
| after | fix bundle and ctagsbug | 2 years ago | |
| autoload | add syntastic | a year ago | |
| bundle | 增加快速注释插件 | a year ago | |
| colors | Mac is case-insensitive by default. Rename the original Slate.vim into | 8 months ago | |
| dict | 增加快速注释插件 | a year ago | |
| doc | add syntastic | a year ago | |
| ftdetect | fix bundle and ctagsbug | 2 years ago | |
| ftplugin | rm pyc file | a year ago | |
| indent | fix bundle and ctagsbug | 2 years ago | |
| plugin | 增加快速注释插件 | a year ago | |
| snippets | fix bundle and ctagsbug | 2 years ago | |
| syntax | add javascript plugin | a year ago | |
| .gitignore | rm pyc file | a year ago | |
| .travis.yml | Update .travis.yml | a month ago | |
| .vimrc | Update .vimrc | 16 days ago | |
| .zshrc | fix astyle bug | a year ago | |
| README.md | Update README.md | 16 days ago | |
| markdown.pl | 2013-03-17 update | 2 years ago | |
| screenshot.png | add screenshot | a year ago | |
| setup.sh | backup .vimrc file | 3 months ago | |
| tips.md | 增加快速注释插件 | a year ago | |
| uninstall.sh | Create uninstall.sh | 3 months ago | |
| update_log.md | fix javascript indent bug | a year ago |
README.md
超强vim配置文件
运行截图
简易安装方法:
打开终端,执行下面的命令就自动安装好了:
curl -sSL https://raw.github.com/ma6174/vim/master/setup.sh | sh
或者自己手动安装:(以ubuntu为例)
- 安装vim
sudo apt-get install vim - 安装ctags:
sudo apt-get install ctags - 安装一些必备程序:
sudo apt-get install python-twisted 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/ma6174/vim.git mv ~/vim ~/.vimmv ~/.vim/.vimrc ~/- clone bundle 程序:
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle - 打开vim并执行bundle程序
:BundleInstall - 重新打开vim即可看到效果
了解更多vim使用的小技巧:
查看更新日志:
源网站:
https://github.com/ma6174/vim


浙公网安备 33010602011771号