Skip to content
This repository was archived by the owner on May 19, 2019. It is now read-only.
/ vim Public archive

vim配置文件和插件(不再维护)

Notifications You must be signed in to change notification settings

ma6174/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dcf6664 · Jul 4, 2017
Mar 22, 2013
May 26, 2013
Oct 2, 2013
Feb 7, 2014
Oct 2, 2013
May 26, 2013
Mar 22, 2013
Jun 20, 2017
Mar 22, 2013
Jan 29, 2015
Mar 22, 2013
Jun 10, 2013
Jun 9, 2013
Nov 30, 2015
Apr 25, 2017
Jan 29, 2015
Mar 17, 2013
Jun 2, 2013
Jan 29, 2015
Oct 2, 2013
Jun 29, 2014
Feb 27, 2017

Repository files navigation

超强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