Drop vim-jinja, replace it with a few generic Python plugins and a Django one

This commit is contained in:
Danielle McLean 2018-04-19 10:28:26 +10:00
parent d1f0e233b2
commit 1849c14034
Signed by: 00dani
GPG Key ID: 8EB789DDF3ABD240
1 changed files with 3 additions and 1 deletions

View File

@ -72,7 +72,9 @@ call Plug('vhda/verilog_systemverilog.vim')
call Plug('sheerun/vim-polyglot')
call Plug('sukima/xmledit')
call Plug('lepture/vim-jinja')
call Plug('ehamberg/vim-cute-python')
call Plug('tweekmonster/braceless.vim')
call Plug('tweekmonster/django-plus.vim')
call Plug('ternjs/tern_for_vim', {'do': {-> async#job#start(['npm', 'install'], {})}})