Use a more reliable check before trying to load ALE
This commit is contained in:
parent
e37ff3891f
commit
69d5decfa7
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Plug 'vhda/verilog_systemverilog.vim'
|
|||
Plug 'sheerun/vim-polyglot'
|
||||
Plug 'sukima/xmledit'
|
||||
|
||||
if has('job')
|
||||
if has('neovim') || exists('*ch_close_in')
|
||||
Plug 'w0rp/ale'
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue