foxfirefey (
foxfirefey) wrote in
python2010-08-12 10:53 am
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
.vimrc specifically for Python
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