Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using clangd lsp #273

Open
ryan-ph opened this issue Aug 23, 2019 · 0 comments
Open

Using clangd lsp #273

ryan-ph opened this issue Aug 23, 2019 · 0 comments

Comments

@ryan-ph
Copy link

ryan-ph commented Aug 23, 2019

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'},
    \ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant