Jinja bundle for vim.
- full syntax support
- great indent support
- folding support
- more conspicuous color scheme
- modified jinja tag support
<$ var $> # instead of {{ var }}
<% if ... %> # instead of {% if ... %}
<% for ... %> # instead of {% for ... %}
Install with Vundle
If you are not using vundle, you really should have a try. Edit your vimrc:
Bundle "alzuse/vim-jinja"
And install it:
:so ~/.vimrc
:BundleInstall
Install with Plug
If you prefer Plug, Edit your vimrc:
Plug "alzuse/vim-jinja"
And install it:
:so ~/.vimrc
:PlugInstall
No configuration is needed
Report a bug on GitHub Issues.