maralla / completor.vim

Async completion framework made ease.
MIT License
1.27k stars 63 forks source link

Using clangd lsp #273

Open ryan-ph opened 4 years ago

ryan-ph commented 4 years ago

I installed llvm through brew, and have the following in my vimrc, but calling completor#do("definition") and completor#do("doc") do nothing. Also auto-completion seems to be exactly the same with or without the lsp enabled.

let g:completor_filetype_map = {
    \ 'cpp':   {'ft': 'lsp', 'cmd': 'clangd'},
    \ }