Enable Dash.app integration on Mac

This commit is contained in:
Danielle McLean 2021-11-15 15:57:54 +11:00
parent ad496a7745
commit 7113218dc9
Signed by: 00dani
GPG Key ID: 9DDE1EDE01E3A605
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ call Plug('alx741/yesod.vim')
call Plug('pbrisbin/vim-syntax-shakespeare')
if has('macunix')
call Plug('rizzatti/dash.vim')
" 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'})