Load plugins for supporting Yesod and Shakespearean templates, since my personal site 00dani.me runs on them now
This commit is contained in:
parent
8b15560413
commit
4dc1a935a0
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ Plug 'vhda/verilog_systemverilog.vim'
|
||||||
Plug 'sheerun/vim-polyglot'
|
Plug 'sheerun/vim-polyglot'
|
||||||
Plug 'sukima/xmledit'
|
Plug 'sukima/xmledit'
|
||||||
|
|
||||||
|
Plug 'alx741/yesod.vim'
|
||||||
|
Plug 'pbrisbin/vim-syntax-shakespeare'
|
||||||
|
|
||||||
if has('neovim') || exists('*ch_close_in')
|
if has('neovim') || exists('*ch_close_in')
|
||||||
Plug 'w0rp/ale'
|
Plug 'w0rp/ale'
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue