Skip to content
bendikro edited this page Jul 13, 2011 · 4 revisions

Vim

Essential settings

You should have these settings in your ~/.vim/ftplugin/python.vim:

TODO

Plugins

  • Pythonhelper. Shows the current class and function in the statusline.
  • Pyflakes. Shows red lines under errors, such as unused variables and name clashes.
Clone this wiki locally