Disable neocomplete on neovim as its not compatible

This commit is contained in:
Kevin MacMartin 2016-03-24 16:52:47 -04:00
parent b0f26b4f93
commit f9526ca41e

2
vimrc
View file

@ -36,7 +36,7 @@
runtime config/settings.vim
"Init Plugin Loader:
if has('nvim')|let pathogen_disabled=['vim-fixkey']|endif " disable vim-fixkey for neovim
if has('nvim')|let pathogen_disabled=['vim-fixkey', 'neocomplete.vim']|endif " disable incompatible plugins for neovim
runtime bundle/vim-pathogen/autoload/pathogen.vim
"Load Keymappings: