django-vim icon indicating copy to clipboard operation
django-vim copied to clipboard

A set of vim plugins and settings for using vim to develop django.

django-vim

A project for easy setup of vim for django (python) development.

http://github.com/nateanderson/django-vim/wikis/links: These links have inspired this project.

Installation:

#. copy the files in .vim to ~/.vim. #. copy or append .vimrc to ~/.vimrc

#. build ctags like described in John Anderson's post <http://blog.sontek.net/2008/05/11/python-with-a-modular-ide-vim/>__:

    $ ctags -R -f ~/.vim/tags/python.ctags /usr/lib/python2.5/

Planned Features:

#. install script