Saturday, 8 December 2012

python-mode

While searching for a bug in ropemode I found the python-mode. It is everything you need for python development in VIM in one package. The autocompletion is much better than omnicomplete and everything is wired to easy shortcuts. I spent quite some time installing all the packages I needed, python-mode is just one checkout into the pathogen directory!!

2 comments:

  1. Hunting a bug in ropemode is exactly how I found python-mode too :-) .

    Python-mode rocks!

    ReplyDelete
  2. pytho mode is great, but i have some problems with pathogen, so i changed to vundle, with :BundleUpdate, and all is up to date ;)

    ReplyDelete