From f9526ca41e75584172bdeb382de31eb930f9b3fd Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 24 Mar 2016 16:52:47 -0400 Subject: [PATCH] Disable neocomplete on neovim as its not compatible --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index b6d6e67..d42d174 100644 --- a/vimrc +++ b/vimrc @@ -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: