Remove <tab> from YouCompleteMe menu mappings
This commit is contained in:
parent
ebc5941b52
commit
4e38d2f43f
2
vimrc
2
vimrc
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user