Skip to content

lanxuezaipiao/vim

This branch is 50 commits behind ma6174/vim:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
Mar 22, 2013
May 26, 2013
Oct 2, 2013
Feb 7, 2014
Oct 2, 2013
May 26, 2013
Mar 22, 2013
Jun 9, 2013
Mar 22, 2013
Oct 2, 2013
Mar 22, 2013
Jun 10, 2013
Jun 9, 2013
Oct 2, 2013
May 27, 2013
Jun 7, 2013
Mar 17, 2013
Jun 2, 2013
Apr 3, 2014
Oct 2, 2013
Jun 11, 2013

Repository files navigation

超强vim配置文件

运行截图

screenshot.png

简易安装方法:

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

wget https://raw.github.com/ma6174/vim/master/setup.sh -O ma6174_vim_setup.sh && bash ma6174_vim_setup.sh

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

  1. 安装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 ~/.vim
  • mv ~/.vim/.vimrc ~/
  • clone bundle 程序:git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
  • 打开vim并执行bundle程序:BundleInstall
  • 重新打开vim即可看到效果

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

tips.md

查看更新日志:

update_log.md

About

vim配置文件和插件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published