Skip to content

guodongxiaren/vim

 
 

Repository files navigation

超强vim配置文件

fork自ma6174/vim 但是原repo已经不再维护

运行截图

screenshot.png

简易安装方法:

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

wget -qO- https://raw.githubusercontent.com/guodongxiaren/vim/master/setup.sh | sh -x

国内github的https连接不稳定,可能下载不下来,推荐用下面手动的方法

或者自己手动安装:(以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/guodongxiaren/vim.git
  • mv ~/vim ~/.vim
  • mv ~/.vim/.vimrc ~/
  • clone bundle 程序:git clone git@github.com:VundleVim/Vundle.vim ~/.vim/bundle/vundle
  • 打开vim并执行bundle程序:BundleInstall
  • 重新打开vim即可看到效果

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

tips.md

查看更新日志:

update_log.md

About

vim配置文件和插件

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 86.9%
  • Python 9.7%
  • Perl 1.2%
  • Vim Snippet 1.0%
  • CSS 0.8%
  • Ruby 0.2%
  • Other 0.2%