以前还会把VIM的plugins下载下来用,特别是想在windows平台也用vim的话;另外记得网上
也有篇指导如何把VIM整成强大的IDE,当然你也可以用我一直用的方式,使用amix的scripts.
文档写的已经很清楚了,如果用自己喜欢的其他plugins客官随意.
ps: 记得要先安装好vim和subversion
$sudo apt-get install vim subversion vim-common
" How_to_Install_on_Unix: " $ mkdir ~/.vim_runtime " $ svn co svn://orangoo.com/vim ~/.vim_runtime " $ cat ~/.vim_runtime/install.sh " $ sh ~/.vim_runtime/install.sh <system> " <sytem> can be `mac`, `linux` or `windows` " " How_to_Upgrade: " $ svn update ~/.vim_runtime " " Sections: " -> General " -> VIM user interface " -> Colors and Fonts " -> Files and backups " -> Text, tab and indent related " -> Visual mode related " -> Command mode related " -> Moving around, tabs and buffers " -> Statusline " -> Parenthesis/bracket expanding " -> General Abbrevs " -> Editing mappings " " -> Cope " -> Minibuffer plugin " -> Omni complete functions " -> Python section " -> JavaScript section