Error detected while processing .vimrc – Invalid argument
phiranf opened this issue · 2 comments
phiranf commented
Lumuy commented
Maybe relate to vim version. Try this
brew uninstall macvim
brew remove macvim
brew cleanup
brew install macvim --custom-icons --with-override-system-vim --with-lua --with-luajit
phiranf commented
It worked, thank you!
(--custom-icons
is no valid option and was ignored)