This repo contains my vim config and other files (like snippets) for my vim
PRE:
- Install vim (sure???)
- (if you have one) Backup and remove your old config
- Install vim-plug (https://github.com/junegunn/vim-plug)
- Check YouCompleteMe (https://github.com/Valloric/YouCompleteMe) requires (like CMake, python-dev, etc...)
Then
git clone https://github.com/klimenko-serj/vimrc.git ~/vimrc
ln -s ~/vimrc/.vimrc ~/.vimrc
Then run vim (don't worry about errors at first start) and exec command :PlugInstall
Restart vim and enjoy!