Skip to content
forked from lepture/vim-jinja

jinja plugins for vim (syntax and indent)

Notifications You must be signed in to change notification settings

alzuse/vim-jinja

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jinja for Vim

Jinja bundle for vim.

Feature

  1. full syntax support
  2. great indent support
  3. folding support
  4. more conspicuous color scheme
  5. modified jinja tag support

Jinja tag modification

<$ var $>    # instead of  {{ var }}
<% if ... %> # instead of  {% if ... %}
<% for ... %> # instead of {% for ... %}

Installation

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

Configuration

No configuration is needed

Bug report

Report a bug on GitHub Issues.

About

jinja plugins for vim (syntax and indent)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%