@caojunvincent https://github.com/saberma/vundle-vim 我现在使用 vundle
管理 vim
,vimrc
更简洁
我的 vim 插件基本上是 Tim Pope 流 (repeat, endwise, commentary, bufonly, fugitive, rails, surround ),其他的有 Ctrlp 和 NERDTree (只是演示用,编程时基本不用)
https://github.com/as181920/as_configurations/blob/master/.vimrc 这个简单,多年前用很复杂有很多插件的配置,现在反而取简单最基础功能来用。
http://www.cnblogs.com/chijianqiang/archive/2012/11/06/vim-3.html
是一个不错的 vim 配置从零起步的教程
http://learnvimscriptthehardway.stevelosh.com/
则是另外一个相当不错的 vim 从配置到 vimscript 的教程
https://github.com/yangzhixuan/vim
则是我自己的配置文件和插件(pathgen 管理),对于 rails 开发来说,主要是用 rails.vim,ctrlp(commandT)来切换文件,而不是 NERDTree 或者 ctags