Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 463 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 463 Bytes

About

Easy set up of Vim

NOTES:

###Will clobber .vim and .vimrc

Must install vim, vim.tiny not sufficient.

##Instructions

cd
git clone https://github.com/PaulTomchik/VimConfig.git

mv $HOME/VimConfig/ .vim
ln -s $HOME/.vim/config/.vimrc $HOME/.vimrc
cd .vim/setup
chmod +x ./plugin-dependencies.sh ./installNeoBundle.sh ./buildYCM.sh

./plugin-dependencies.sh
./installNeoBundle.sh

vim +NeoBundleInstall +qall

./buildYCM.sh