Home

Awesome

<p align="center"><img align="center" alt="django-plus.vim" src="doc/django-plus.png?raw=true"></p>

Improvements to the handling of Django related files in Vim, some of which are based on Steve Losh's htmldjango scripts.

Why?

Django support in Vim sucks.

What Sucks?Sucks?
Hard-coded htmldjango filetype for any .html fileYes
HTML indentationYes
QuerySet completionsYes
settings.py variable completionsYes
Template tag and filter completionsYes
Template file completion for {% include %} and {% extends %}Yes
Template file completion for rendering functionsYes

To help you understand the difference this plugin makes, I used science:

science

As you can see, one line goes up. However, the other line doesn't go up that much. It doesn't get any clearer than that.

Improvements

A summary of improvements to Django development in Vim.

General

Python

HTML