Disable neocomplete if vim doesn't have lua

This commit is contained in:
Kevin MacMartin 2018-03-13 11:49:47 -04:00
parent 00797d8f99
commit a61db74811

4
vimrc
View file

@ -48,6 +48,10 @@
call add(pathogen_disabled, 'MatchTagAlways')
endif
if !has('lua')
call add(pathogen_disabled, 'neocomplete.vim')
endif
runtime bundle/vim-pathogen/autoload/pathogen.vim
"Load Keymappings: