skwp/dotfiles

Error detected while processing .vimrc – Invalid argument

phiranf opened this issue · 2 comments

After a fresh install, everytime I want to start vim, I get the following error:

bildschirmfoto 2018-10-02 um 09 47 04

How can I get rid of it, without touching the original yard files?

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

It worked, thank you!

(--custom-icons is no valid option and was ignored)