GitHub - na/django-vim: A set of vim plugins and settings for using vim to develop django.

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Sep 10, 2024. It is now read-only.

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