2010-08-12

foxfirefey: A guy looking ridiculous by doing a fashionable posing with a mouse, slinging the cord over his shoulders. (geek)
[personal profile] foxfirefey2010-08-12 10:53 am

.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