这几天看好像大家用 VIM 的还是不少的
所以开了开 github 项目 把自己的拿出来和大家分享一下,目标是给新手快速建立一个完整 vim ROR 编程环境的方案
同时也希望各种大侠多指教,给点建议
https://github.com/chloerei/vimrc 我的配置
外加说明
http://chloerei.com/2012/02/02/vundle-is-vim-bundle/ Vundle,Vim 的 Bundle
#3 楼 @fsword 手工编 vim 和 Command T。 BTW,我的配置:https://github.com/ashchan/dotfiles/blob/master/vimrc
https://github.com/chloerei/vimrc/blob/master/Rakefile
system 'cd ~/.vim/bundle/Command-T/ruby/command-t/; rvm system do ruby extconf.rb; make; cd -'
vim 和系统的 Ruby 都是源里带的,Ruby 是 1.8.7
我在用 Command-T,很流畅。。在编译的时候,记得用系统自带的 Ruby 版本就好了。
对于 RVM 用户,只要记得执行以下命令:
rvm use system
然后再编译 Command-T 就可以了。
vim 新手向各位大侠请教。
Cloning into bundle/snipmate.vim... Permission denied (publickey). fatal: The remote end hung up unexpectedly
权限问题?该如何解决? 另,按网上各类帖子(以英文为主)折腾了半天 vim 上 rails 开发环境,屡屡受挫。 把插件放在~/.vim 下面,vim/MacVim 始终认不出插件。。。
Mac10.9 ,vim7.3 ruby2.0 在安装 Command-t,make 操作时,出现如下问题 compiling ext.c compiling match.c compiling matcher.c compiling watchman.c linking shared-object ext.bundle clang: error: unknown argument: '-multiply_definedsuppress' [-Wunused-command-line-argument-hard-error-in-future] clang: note: this will be a hard error (cannot be downgraded to a warning) in the future make: *** [ext.bundle] Error 1 问一下大家如何解决啊?