Installing vim with homebrew assistance

前端 未结 6 447
生来不讨喜
生来不讨喜 2021-02-03 23:09

I tried to install YouCompleteMe on Mac for vim, but I\'ve been using the system vim which is version 7.3. I tried to update my vim using homebrew by typing brew install v

6条回答
  •  别那么骄傲
    2021-02-03 23:31

    echo 'export PATH=/usr/local/bin:$PATH' >> ~/.bash_profile
    source ~/.bash_profile
    

    Run this command and it will be fixed.

提交回复
热议问题