VIM setup_Ruby_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > Ruby > VIM setup

VIM setup

 2012/4/18 2:31:20  夜鸣猪  程序员俱乐部  我要评论(0)
  • 摘要:sudoaptituderemovevimsudoaptitudeinstallvim-rails#inordertogetvim-railssupportgitclonegit://github.com/astrails/dotvim.gitln-sfndotvim.vimln-sfndotvim/vimrc.vimrccd.vim;makeinstallIfyougoterrorlikebelow:引用'Taglist:Exuberantctags(http://ctags.sf.net
  • 标签:
sudo aptitude remove vim
sudo aptitude install vim-rails
#in order to get vim-rails support

git clone git://github.com/astrails/dotvim.git
ln -sfn dotvim .vim
ln -sfn dotvim/vimrc .vimrc
cd .vim; make install


If you got error like below:
引用'Taglist: Exuberant ctags (http://ctags.sf.net) not found in PATH. Plugin is not loaded.'

sudo aptitude install exuberant-ctags


if you need make sure
rvm use system


modify your ~/.vim/Makefile
  • 相关文章
发表评论
用户名: 匿名