Load plugins for supporting Yesod and Shakespearean templates, since my personal site 00dani.me runs on them now

This commit is contained in:
Danielle McLean 2017-10-06 15:08:06 +11:00
parent 8b15560413
commit 4dc1a935a0
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ Plug 'vhda/verilog_systemverilog.vim'
Plug 'sheerun/vim-polyglot'
Plug 'sukima/xmledit'
Plug 'alx741/yesod.vim'
Plug 'pbrisbin/vim-syntax-shakespeare'
if has('neovim') || exists('*ch_close_in')
Plug 'w0rp/ale'
endif