For neocomplete
brew uninstall vim
brew install luajit
brew install vim --with-lua
brew uninstall macvim
brew install macvim --with-cscope --with-lua --HEAD
My .vimrc
execute pathogen#infect()
set nocompatible
set backspace=indent,eol,start
colorscheme molokai
syntax enable
filetype indent plugin on
set number
let g:go_disable_autoinstall = 0
let g:neocomplete#enable_at_startup = 1