参考http://code.google.com/p/vimide/
先安装sudo apt-get install exuberant-ctags wget unzip
然后
git svn clone http://vimide.googlecode.com/svn/trunk/linux vimide
cd vimide/
sh install.sh
修改.vimrc,添加
let g:winManagerWindowLayout='FileExplorer|TagList'
nmap wm :WMToggle<cr>
然后移除.vim/plugin中的NERD插件,并注释掉.vimrc中NERD相关的部分