简单有用的便携式vim插件配置
-
复制 avaliable-vim/目录下所有文件到用户家目录
cp -a * ~ -
在 .bash_profile文件中添加如下内容
if [ -f ~/.bashrc.before ]; then
. ~/.bashrc.before
fi
- 重新加载配置文件
. .bash_profile
如果提示没有ctags则需要安装:
sudo apt-get install ctags (ubuntu)
yum install ctags (RedHat系列)