###Installation
- mkdir $HOME/.vim/bundle/vundle
- git clone https://github.com/gmarik/Vundle.vim.git $HOME/.vim/bundle/vundle
- cp _vimrc $HOME/.vimrc
- cp _vimrc.util $HOME/.vimrc.util
- Launch vim and run
:BundleInstall
- Install jedi for jedi-vim, tern for tern-vim and flake8 for python code checking.
- Done:)