Skip to content
This repository has been archived by the owner. It is now read-only.
vim配置文件和插件(不再维护)
Branch: master
Clone or download
Latest commit dcf6664 Jul 4, 2017
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
after fix bundle and ctagsbug Mar 22, 2013
autoload add syntastic May 26, 2013
bundle 增加快速注释插件 Oct 2, 2013
colors Mac is case-insensitive by default. Rename the original Slate.vim into Feb 7, 2014
dict 增加快速注释插件 Oct 2, 2013
doc add syntastic May 26, 2013
ftdetect fix bundle and ctagsbug Mar 22, 2013
ftplugin Update pyflakes.vim Jun 20, 2017
indent fix bundle and ctagsbug Mar 22, 2013
plugin rm server.vim adn twisted Jan 29, 2015
snippets fix bundle and ctagsbug Mar 22, 2013
syntax add javascript plugin Jun 10, 2013
.gitignore rm pyc file Jun 9, 2013
.travis.yml Update .travis.yml Nov 30, 2015
.vimrc Merge pull request #90 from amsun10/master Apr 25, 2017
README.md sh -x show command current run Jan 29, 2015
markdown.pl
screenshot.png add screenshot Jun 2, 2013
setup.sh rm server.vim adn twisted Jan 29, 2015
tips.md 增加快速注释插件 Oct 2, 2013
uninstall.sh
update_log.md fix obsolete link Feb 27, 2017

README.md

超强vim配置文件

Build Status

运行截图

screenshot.png

简易安装方法:

打开终端,执行下面的命令就自动安装好了:

wget -qO- https://raw.github.com/ma6174/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/ma6174/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

查看更新日志:

update_log.md

You can’t perform that action at this time.