-
Remove old vim's configurations: rm -rf ~/.vim*
Install Mac Vim: brew install macvim
Install Ack: brew install ack
-
git clone https://github.com/igordeoliveirasa/vimfiles.git ~/.vim
-
Enter into .vim folder: cd ~/.vim
Set configure.sh as executable: chmod +x configure.sh
Run the configure.sh: ./configure.sh
-
Type the command: mvim in your terminal
And... Feel like if you were the most wonderful fucking programmer of the world :)
Thanks!