Add diffs
This commit is contained in:
@@ -185,7 +185,7 @@ nmap <C-]> <C-w><C-]><C-w>T
|
||||
let g:ycm_collect_identifiers_from_tags_files = 1 " Read from tag files
|
||||
let g:ycm_global_ycm_extra_conf = '~/.vim/.ycm_extra_conf.py' " Standard conf
|
||||
let g:ycm_enable_diagnostic_signs = 0 " Do not show semantic error bar
|
||||
let g:ycm_server_python_interpreter = '/usr/bin/python2'
|
||||
let g:ycm_server_python_interpreter = '/usr/bin/python'
|
||||
let g:ycm_key_list_select_completion = ['<C-j>', '<C-n>', '<Down>']
|
||||
let g:ycm_key_list_previous_completion = ['<C-k>', '<C-p>', '<Up>']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user