Changes between Version 64 and Version 65 of UsingVimWithDjango
- Timestamp:
- Oct 3, 2020, 4:03:58 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingVimWithDjango
v64 v65 49 49 }}} 50 50 51 There 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 53 Please 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) 51 54 === XMLEdit.vim === 52 55 The [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.