My .vimrc file
It's required to install vundle to vim plugins:
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
Next, install vundle's plugins:
vim +PluginInstall +qall
More info about vundle: https://github.com/VundleVim/Vundle.vim