back

by wyclif·17y ago·view on hn ↗
Anybody have a good .vimrc file for Python, or thoughts on customizing vim for Python?
3 comments
Use the indentation script pointed to and explained by this article: http://henry.precheur.org/2008/4/18/Indenting_Python_with_VI...

It is better than the default vim python autoindentation behavior.

Actually, I think vim comes with pretty good Python support by default. I'm using vim 7.1 and there's, for example, a good python.vim syntax file that came with.