Vim Vundle PluginInstall因“找不到命令”而失败

时间:2020-07-21 19:18:38

标签: macos vim zsh vundle

在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

我尝试了以下操作:

  1. 运行rm -rf .vim和rm .vimrc和rm .viminfo;
  2. 运行brew uninstall macvim;
  3. 确保我的.zshrc包含export PATH=$HOME/bin:/usr/local/bin:$PATHexport PATH="/usr/local/sbin:$PATH";
  4. Vundle README复制并粘贴.vimrc;
  5. 打开vim并运行:PluginInstall

昨天,我安装了以下内容:

  • 插入'airblade / vim-gitgutter'
  • 插件“密集分析/销售”
  • 插入“ preservim / nerdtree”
  • 插入'Xuyuanp / nerdtree-git-plugin'
  • 插入'sheerun / vim-polyglot'
  • 插入'tpope / vim-fugitive'
  • 插入'wakatime / vim-wakatime'
  • 插入'ycm-core / YouCompleteMe'

我按照它们各自的GitHub README中的方法安装了它们;不一定是Vundle。昨天一切都很好。我今天尝试卸载Ale,但所有地狱都崩溃了。

顺便说一句,昨天我在.zshrc中没有export PATH=$HOME/bin:/usr/local/bin:$PATHexport PATH="/usr/local/sbin:$PATH"。由于brew doctor警告,我今天首先添加了sbin。我没有评论垃圾桶只是踢脚。都没有对Vim产生任何影响。

0 个答案:

没有答案