.vimrc specifically for Python
Aug. 12th, 2010 10:53 am![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Apparently, Python has a .vimrc file (which specifies how the command-line vim editor works) specifically for coding in the recommended Python style:
http://svn.python.org/projects/python/trunk/Misc/Vim/vimrc
I put it as .vimrc-python
and included it in my main .vimrc
like so:
source ~/.vimrc-python