在Vim上运行:PluginInstall
时,得到以下日志输出:
[2020-07-21 13:50:38] Plugin URI change detected for Plugin Vundle.vim
[2020-07-21 13:50:38] > Plugin Vundle.vim old URI: zsh:1: command not found: git
[2020-07-21 13:50:38] > Plugin Vundle.vim new URI: https://github.com/VundleVim/Vundle.vim.git
[2020-07-21 13:50:39]
[2020-07-21 13:50:39] Plugin VundleVim/Vundle.vim
[2020-07-21 13:50:39] $ cd '/Users/michael/.vim/bundle/Vundle.vim' && git remote set-url origin 'https://github.com/VundleVim/Vundle.vim.git' && git fetch && git reset --hard origin/HEAD && git submodule update --init --recursive
[2020-07-21 13:50:39] > zsh:1: command not found: git
[2020-07-21 13:50:39] >
[2020-07-21 13:50:40]
[2020-07-21 13:50:40] Helptags:
[2020-07-21 13:50:40] :helptags /Users/michael/.vim/bundle/Vundle.vim/doc
[2020-07-21 13:50:40] Helptags: 1 plugins processed
我尝试了以下操作:
export PATH=$HOME/bin:/usr/local/bin:$PATH
和export PATH="/usr/local/sbin:$PATH"
; 昨天,我安装了以下内容:
我按照它们各自的GitHub README中的方法安装了它们;不一定是Vundle。昨天一切都很好。我今天尝试卸载Ale,但所有地狱都崩溃了。
顺便说一句,昨天我在.zshrc中没有export PATH=$HOME/bin:/usr/local/bin:$PATH
或export PATH="/usr/local/sbin:$PATH"
。由于brew doctor
警告,我今天首先添加了sbin。我没有评论垃圾桶只是踢脚。都没有对Vim产生任何影响。