六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 41|回复: 0

vim开发rails需要的一些插件

[复制链接]

升级  36.67%

27

主题

27

主题

27

主题

秀才

Rank: 2

积分
105
 楼主| 发表于 2013-1-28 09:37:15 | 显示全部楼层 |阅读模式
sudo apt-get install vim

mkdir ~/.vimgit clone git://aa.bbb.ccc.gitcd ccccp -R * ~/.vim


snipmate:代码模板
https://github.com/msanders/snipmate.vim

vim-rails:rails必备
git://github.com/tpope/vim-rails.git

nerdtree树菜单
https://github.com/scrooloose/nerdtree.git

supertab:tab代码补全
https://github.com/ervandew/supertab.git

nerdcommenter注释用的
https://github.com/scrooloose/nerdcommenter.git

vim-surround:快速替换、清除包围符号、标签
具体看vim-surround相关
https://github.com/tpope/vim-surround.git

minibufexpl:用于Buffer间的切换,也可以用bufexplorer
https://github.com/fholgado/minibufexpl.vim.git


genutils
http://www.vim.org/scripts/script.php?script_id=197

JavaScript.vim:javascript代码
http://www.vim.org/scripts/script.php?script_id=1491

blackboard.vim :模仿MatText背景配色

closetag 点Ctrl+"_"自动补全标签
http://www.vim.org/scripts/script.php?script_id=13

matchit:使用“$”能够迅速地跳转到对应的符号或标签
http://www.vim.org/scripts/script.php?script_id=39

AutoClose自动完成匹配的“”等符号
http://www.vim.org/scripts/script.php?script_id=2009
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表