vim超强版,值得珍藏

vim配置文件和插件

 

README.md

超强vim配置文件

Build Status

运行截图

screenshot.png

简易安装方法:

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

curl -sSL https://raw.github.com/ma6174/vim/master/setup.sh | sh

或者自己手动安装:(以ubuntu为例)

  1. 安装vim sudo apt-get install vim
  2. 安装ctags:sudo apt-get install ctags
  3. 安装一些必备程序:sudo apt-get install python-twisted xclip vim-gnome astyle python-setuptools
  4. python代码格式化工具:sudo easy_install -ZU autopep8
  5. sudo ln -s /usr/bin/ctags /usr/local/bin/ctags
  6. clone配置文件:cd ~/ && git clone git://github.com/ma6174/vim.git
  7. mv ~/vim ~/.vim
  8. mv ~/.vim/.vimrc ~/
  9. clone bundle 程序:git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
  10. 打开vim并执行bundle程序:BundleInstall
  11. 重新打开vim即可看到效果

了解更多vim使用的小技巧:

tips.md

查看更新日志:

update_log.md

源网站:

https://github.com/ma6174/vim

posted on 2014-10-01 23:18  yuyezhulan  阅读(218)  评论(0)    收藏  举报