Enable Dash.app integration on Mac
This commit is contained in:
parent
ad496a7745
commit
7113218dc9
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ 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('rizzatti/dash.vim')
|
||||||
" We rename this plugin to make sure it loads AFTER vim-polyglot,
|
" We rename this plugin to make sure it loads AFTER vim-polyglot,
|
||||||
" since it won't work properly if it's loaded first.
|
" since it won't work properly if it's loaded first.
|
||||||
call Plug('itspriddle/vim-marked', {'name': 'zzvim-marked'})
|
call Plug('itspriddle/vim-marked', {'name': 'zzvim-marked'})
|
||||||
|
|
Loading…
Reference in a new issue