na / django-vim

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Vim Script 100.0%