My Vim rc file
Support GO/HTML/SASS/JS Requires Vim 7.3.885+ with Lua enabled Please make sure your vim has enabled python support && ruby support
curl -fsSL https://raw.githubusercontent.com/zerob13/vimrc/master/install.sh | bash -
git clone https://github.com/zerob13/vimrc.git ~/.vim
git clone https://github.com/gmarik/Vundle.vim ~/.vim/bundle/Vundle.vim
ln -s ~/.vim/.vimrc ~/.vimrc
vim -c 'PlugInstall' -c 'q' -c 'q'
sh ~/.vim/others.sh
npm -g install js-beautify
go get -u github.com/jstemmer/gotags
use ,ff to format js,css,html,sql,xml and json!
enjoy