From 5a5c147a9a7ba1b560b481742686f34395657f92 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 6 Jul 2016 20:50:48 +0100 Subject: [PATCH] Remove from YouCompleteMe menu mappings --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index ee511ac..b984df5 100644 --- a/vimrc +++ b/vimrc @@ -14,6 +14,8 @@ if !platform#is_windows() " YouCompleteMe with parameter completion Plug 'oblitum/YouCompleteMe', {'do': './install.py --clang-completer'} + let g:ycm_key_list_select_completion = ['', ''] + let g:ycm_key_list_previous_completion = ['', ''] let g:ycm_min_num_of_chars_for_completion=1 let g:ycm_complete_in_comments=1