Start clangd from system path instead of absolute path
parent
f20e5b5e19
commit
1aff0cc30d
|
@ -100,7 +100,7 @@ nnoremap <F5> :call LanguageClient_contextMenu()<CR>
|
|||
nnoremap <F12> :call LanguageClient#textDocument_definition()<CR>
|
||||
let g:LanguageClient_serverCommands = {
|
||||
\ 'python': ['pyls'],
|
||||
\ 'cpp': ['/usr/lib/llvm-7/bin/clangd'],
|
||||
\ 'cpp': ['clangd'],
|
||||
\ }
|
||||
|
||||
" autoread/checktime timer {{{
|
||||
|
|
Loading…
Reference in New Issue