This repository has been archived by the owner on Jan 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
robhudson/snipmate_for_django
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Installation ============ Install SnipMate: http://www.vim.org/scripts/script.php?script_id=2540 Copy `django.snippets` and `django_template.snippets` to your snippets directory, typically at ~/.vim/snippets. Activate the snippets by using the filetype setting. For example: :set ft=python.django For Django templates: :set ft=htmldjango.html To set these automatically each time you run vim, add the following lines to your .vimrc: autocmd FileType python set ft=python.django " For SnipMate autocmd FileType html set ft=htmldjango.html " For SnipMate Enjoy!
About
Django snippets for SnipMate, the excellent Vim plugin
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published