From 15b7e7683a59c4c2c67b9e8ff7c9f53bb202c785 Mon Sep 17 00:00:00 2001 From: Tom Vincent Date: Wed, 30 Oct 2013 01:35:17 +0000 Subject: [PATCH] Blacklist vimwiki filetype [vimwiki][] has a markdown-like syntax, which doesn't bode well with YCM (flickering "pattern not found" messages, performance hits with long prose). [vimwiki]: https://github.com/vimwiki/vimwiki --- python/ycm/server/default_settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/ycm/server/default_settings.json b/python/ycm/server/default_settings.json index df4b3204..94a72cc6 100644 --- a/python/ycm/server/default_settings.json +++ b/python/ycm/server/default_settings.json @@ -24,7 +24,8 @@ "notes": 1, "markdown": 1, "unite": 1, - "text": 1 + "text": 1, + "vimwiki": 1 }, "auto_start_csharp_server": 1, "auto_stop_csharp_server": 1,