From 4f1d55f7c7acff00e03c3f9acdc26517dec6247e Mon Sep 17 00:00:00 2001
From: wsdjeg <wsdjeg@outlook.com>
Date: Mon, 30 Apr 2018 10:12:28 +0800
Subject: [PATCH] Close #1639

---
 config/plugins/asyncomplete-omni.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/plugins/asyncomplete-omni.vim b/config/plugins/asyncomplete-omni.vim
index 084e51a9f..f7c7d8de3 100644
--- a/config/plugins/asyncomplete-omni.vim
+++ b/config/plugins/asyncomplete-omni.vim
@@ -1,6 +1,6 @@
 au User asyncomplete_setup call asyncomplete#register_source(asyncomplete#sources#omni#get_source_options({
       \ 'name': 'omni',
       \ 'whitelist': ['*'],
-      \ 'blacklist': ['html', 'c'],
+      \ 'blacklist': ['html', 'c', 'cpp'],
       \ 'completor': function('asyncomplete#sources#omni#completor')
       \  }))