Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 371 Bytes

File metadata and controls

13 lines (7 loc) · 371 Bytes

A django IDE using Vim

This is a vim configuration customized for python/django/html/javascript editing.

Notable features include:

  • Django/html snippets using snipmate. Eliminates a lot of boilerplate code.

  • Jump from urls.py to views.py to template using vimango.

  • Navigate using nerdtree, see tags using taglist

  • Syntax highlighting for django templates.