Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 538 Bytes

README.rst

File metadata and controls

20 lines (13 loc) · 538 Bytes

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:

  1. copy the files in .vim to ~/.vim.

  2. copy or append .vimrc to ~/.vimrc

  3. build ctags like described in John Anderson's post:

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

Planned Features:

  1. install script