Skip to content

extr15/vim

This branch is 25 commits ahead of, 9 commits behind ma6174/vim:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 8, 2020
92a7c8d · May 8, 2020
May 12, 2019
Jun 7, 2016
Mar 22, 2019
Feb 7, 2014
Oct 2, 2013
Jun 7, 2016
Mar 22, 2013
Aug 2, 2019
Mar 22, 2013
Jul 26, 2016
Mar 22, 2013
Jun 7, 2016
Jun 7, 2016
Jun 7, 2016
Nov 30, 2015
May 8, 2020
Jan 29, 2015
Mar 17, 2013
Jun 2, 2013
Jul 19, 2016
Oct 2, 2013
Jun 29, 2014
Jun 11, 2013

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

About

vim配置文件和插件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 90.3%
  • Python 5.5%
  • Perl 1.1%
  • Vim Snippet 1.0%
  • CSS 0.8%
  • TeX 0.6%
  • Other 0.7%