My config files
Install vim and dependencies needed:
$ sudo apt install vim-gnome-py2 ctags build-essential cmake python-dev python3-dev
Set up the dotfiles (only vim):
$ mkdir -p ~/.config && cd ~/.config
$ git clone https://github.com/rhagman/dotfiles.git
$ cd ~ && mv .vimrc .vimrc.old && ln -s .config/dotfiles/.vimrc .vimrc
Set up Vundle:
$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
$ cd ~/.vim/bundle/YouCompleteMe
$ git submodule update --init --recursive
$ ./install.py --clang-completer