Only load ALE if job support is available

This commit is contained in:
Danielle McLean 2016-10-08 12:40:24 +11:00
parent 6826c738e2
commit 264ee4b1fa

View file

@ -12,7 +12,6 @@ Plug 'tpope/vim-repeat'
Plug 'tpope/vim-sleuth'
Plug 'tpope/vim-surround'
Plug 'tpope/vim-unimpaired'
Plug 'w0rp/ale'
Plug 'wincent/terminus'
Plug 'sheerun/vim-polyglot'
@ -22,6 +21,10 @@ if has('macunix')
Plug 'itspriddle/vim-marked'
endif
if has('job')
Plug 'w0rp/ale'
endif
call plug#end()
colorscheme inkpot