vim configure

来源:互联网 发布:一七网络批发广州 编辑:程序博客网 时间:2024/06/07 19:09

https://github.com/ma6174/vim

https://github.com/ma6174/vim

ma6174 committed onGitHub Merge pull request#150 from msn27149m/master

afterfix bundle and ctagsbug5 years agoautoloadadd syntastic4 years agobundle增加快速注释插件4 years agocolorsMac is case-insensitive by default. Rename the original Slate.vim into 4 years agodict增加快速注释插件4 years agodocadd syntastic4 years agoftdetectfix bundle and ctagsbug5 years agoftpluginUpdate pyflakes.vim3 months agoindentfix bundle and ctagsbug5 years agopluginrm server.vim adn twisted3 years agosnippetsfix bundle and ctagsbug5 years agosyntaxadd javascript plugin4 years ago.gitignorerm pyc file4 years ago.travis.ymlUpdate .travis.yml2 years ago.vimrcMerge pull request #90 from amsun10/master 5 months agoREADME.mdsh -x show command current run3 years agomarkdown.pl2013-03-17 update5 years agoscreenshot.pngadd screenshot4 years agosetup.shrm server.vim adn twisted3 years agotips.md增加快速注释插件4 years agouninstall.shCreate uninstall.sh3 years agoupdate_log.mdfix obsolete link7 months ago

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