The Vim plugin will improved your Python indentation (based on python-mode indent plugin).
Vim >= 7.3
As of Vim 8 there is an officially supported way of adding plugins. See :tab help packages
in vim for details.
mkdir -p ~/.vim/pack/jamescherti/start
cd ~/.vim/pack/jamescherti/start
git clone https://github.com/jamescherti/vim-pythonmodeindent.git
cd vim-pythonmodeindent
You can also install this Vim plugin with any third-party plugin manager such as Pathogen or Vundle.
Licensed under a GNU lesser general public license.