I am trying to update Vim (for use in a terminal) on my Mac. It currently runs version 7.3, but YouCompleteMe requires Vim 7.3.584 and will not work even if it is installed.
I tried using the Vim alias in my .bash_profile:
alias vim='/Users/Conor/Applications/MacVim.app/Contents/MacOS/Vim'
However, none of my Vim plugins start when I launch Vim so any of my vimrc files are also not recognized.
How can I get this alias to find out my existing Vim settings? Or is there a better way to update Vim for mac?
source
share