Switch from Django support to Jinja2 support, since I switched from Django templates to Jinja2 ones already

This commit is contained in:
Danielle McLean 2018-07-30 13:21:59 +10:00
parent 60b2f163d6
commit f9416095b8
Signed by: 00dani
GPG Key ID: 8EB789DDF3ABD240
1 changed files with 1 additions and 1 deletions

View File

@ -73,8 +73,8 @@ call Plug('sheerun/vim-polyglot')
call Plug('sukima/xmledit')
call Plug('ehamberg/vim-cute-python')
call Plug('Glench/Vim-Jinja2-Syntax')
call Plug('tweekmonster/braceless.vim')
call Plug('tweekmonster/django-plus.vim')
call Plug('ternjs/tern_for_vim', {'do': {-> async#job#start(['npm', 'install'], {})}})
call Plug('vito-c/jq.vim')