Switch from Django support to Jinja2 support, since I switched from Django templates to Jinja2 ones already
This commit is contained in:
parent
60b2f163d6
commit
f9416095b8
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue