Changes between Version 64 and Version 65 of UsingVimWithDjango


Ignore:
Timestamp:
Oct 3, 2020, 4:03:58 AM (4 years ago)
Author:
Adam Wojtczak
Comment:

Extend Ultisnips section with useful information

Legend:

Unmodified
Added
Removed
Modified
  • UsingVimWithDjango

    v64 v65  
    4949}}}
    5050
     51There is large library of hand-crafted snippets for Django in [https://github.com/honza/vim-snippets vim-snippets] [https://github.com/honza/vim-snippets/blob/master/UltiSnips/django.snippets (see more)] that work perfectly with {{{UltiSnips}}}
     52
     53Please note that the way {{{UltiSnips}}} loads snippets will depend on current filetype. This can be set for Django with {{{:setfiletype python.django}}} or if further automation is needed good choice would be [https://github.com/tweekmonster/django-plus.vim django-plus] plugin that detects django projects and sets correct filetype (htmldjango/django)
    5154=== XMLEdit.vim ===
    5255The [http://www.vim.org/scripts/script.php?script_id=301 xmledit.vim] plugin is really useful for editing XML and HTML files.  It makes tag completion easy and allows you to bounce between start and end tags.
Back to Top