Drop vim-jinja, replace it with a few generic Python plugins and a Django one
This commit is contained in:
parent
d1f0e233b2
commit
1849c14034
1 changed files with 3 additions and 1 deletions
|
@ -72,7 +72,9 @@ call Plug('vhda/verilog_systemverilog.vim')
|
||||||
call Plug('sheerun/vim-polyglot')
|
call Plug('sheerun/vim-polyglot')
|
||||||
call Plug('sukima/xmledit')
|
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'], {})}})
|
call Plug('ternjs/tern_for_vim', {'do': {-> async#job#start(['npm', 'install'], {})}})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue