nicknisi / vim-workshop

An accompanying vim configuration and tmux.conf for my vim + tmux video

Home Page:https://www.youtube.com/watch?v=5r6yzFEXajQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brew install get error: invalid option: --override-system-vim

timurco opened this issue · comments

With command: brew install macvim --override-system-vim I get error:
Error: invalid option: --override-system-vim

Try brew install macvim -- --with-override-system-vim (with the extra -- in there).

🙂