Defer loading of vim-marked to the end, since it needs to run after vim-polyglot
This commit is contained in:
parent
f010fd4698
commit
ae15a682a1
1 changed files with 3 additions and 1 deletions
|
@ -89,7 +89,9 @@ call Plug('alx741/yesod.vim')
|
||||||
call Plug('pbrisbin/vim-syntax-shakespeare')
|
call Plug('pbrisbin/vim-syntax-shakespeare')
|
||||||
|
|
||||||
if has('macunix')
|
if has('macunix')
|
||||||
call Plug('itspriddle/vim-marked')
|
" We rename this plugin to make sure it loads AFTER vim-polyglot,
|
||||||
|
" since it won't work properly if it's loaded first.
|
||||||
|
call Plug('itspriddle/vim-marked', {'name': 'zzvim-marked'})
|
||||||
endif
|
endif
|
||||||
|
|
||||||
call PlugEnd()
|
call PlugEnd()
|
||||||
|
|
Loading…
Reference in a new issue