Remove <tab> from YouCompleteMe menu mappings

This commit is contained in:
Kenneth Benzie 2016-07-06 20:50:48 +01:00
parent ebc5941b52
commit 4e38d2f43f

2
vimrc
View File

@ -14,6 +14,8 @@ if !platform#is_windows()
" YouCompleteMe with parameter completion " YouCompleteMe with parameter completion
Plug 'oblitum/YouCompleteMe', {'do': './install.py --clang-completer'} Plug 'oblitum/YouCompleteMe', {'do': './install.py --clang-completer'}
let g:ycm_key_list_select_completion = ['<C-n>', '<Down>']
let g:ycm_key_list_previous_completion = ['<C-p>', '<Up>']
let g:ycm_min_num_of_chars_for_completion=1 let g:ycm_min_num_of_chars_for_completion=1
let g:ycm_complete_in_comments=1 let g:ycm_complete_in_comments=1