update vimrc
This commit is contained in:
parent
eae0e7044c
commit
2eef7068fe
1
.vimrc
1
.vimrc
@ -249,7 +249,6 @@ let g:ycm_seed_identifiers_with_syntax = 1
|
||||
let g:ycm_complete_in_comments = 1
|
||||
let g:ycm_complete_in_strings = 1
|
||||
let g:ycm_server_python_interpreter = '/usr/bin/python2.7'
|
||||
let g:ycm_python_binary_path = 'python'
|
||||
nnoremap <leader>u :YcmCompleter GoToDeclaration<cr>
|
||||
" 已经使用cpp-mode插件提供的转到函数实现的功能
|
||||
" nnoremap <leader>i :YcmCompleter GoToDefinition<cr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user