Don't use clangd with YouCompleteMe

This commit is contained in:
Kenneth Benzie 2019-11-07 20:42:43 +00:00
parent 7fb1352108
commit aa3ae7df35

1
vimrc
View File

@ -59,6 +59,7 @@ if !platform#is_windows()
let g:ycm_error_symbol = '▸'
let g:ycm_warning_symbol = '▸'
let g:ycm_goto_buffer_command = 'horizontal-split'
let g:ycm_use_clangd = 0
endif
if has('python')
" ultisnips - snippet engine