deoplete-plugins / deoplete-plugins/deoplete-clang
TranslationUnitLoadError
- Dominant language
- Python
- Stars
- 189
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
## Problems summary
just trying to get autocomplete with neovim.
from neovim :messages : http://pastebin.com/d48cuBTR
this is very similar to #59, but that seems to be solved with setting the right clang paths, which I think I have set correctly in my init.vim (this is minimal, but confirmed): http://pastebin.com/MPHVLRD1
I've installed llvm/clang with homebrew and had the same problem, but my current llvm I compiled into my home tree.
I get the same behavior as #59 where I type std and deoplete-clang goes nuts. also happens with sf (SFML).
## Expected
autocomplete
## Environment Information
- OS: macOS 10.11.6
- Neovim version: 0.1.7
## reproduce
1. install neovim
2. run my init.vim using plug, deoplete, and deoplete-clang, also setting libclang and clang headers path
3. try to write c/c++
4. chain smoke and cry
## logfile
I generated this logfile: http://pastebin.com/dakv1Seu
## Screen shot
[](https://postimg.org/image/xwcqgmb0j/)
# conclusion
let me know if you need anything else or about any work-arounds
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.