需要:
1、 winmanager .
2、ctags.
3、cscope.
4、配置文件。vim.tar.gz
下载 winmanager:
主要是要其中三个配置文件(
winmanager.vim
winfileexplorer.vim
wintagexplorer.vim )文件
和一个 (
winmanager.txt )文件
手动下载 Exuberant Ctags,
./configure
make
sudo make install
编辑~/.bash_profile文件, 添加一行MAC环境下的环境变量设置在.bash_profile中。
export PATH=/usr/local/bin:$PATH
若不设置该变量将会导致:
ctags: illegal option -- R
usage: ctags [-BFadtuwvx] [-f tagsfile] file ...错误。
brew install cscope.
cscope将被安装在/usr/local/bin/文件夹下。
MAC电脑不装 BREW工具,就是买枪不买子弹啊!
vimrc配置文件中要加
if has("cscope")
if filereadable("cscope.out")
cs add cscope.out
endif
endif
否则将发生:no cscope connections 错误。
通过 将VIM.TAR.GZ文件解压到 /usr/share/vim 文件夹下,覆盖掉原来的vimrc文件。
注释掉 color evening.