deoplete-plugins / deoplete-clang

deoplete.nvim source for C/C++/Obj-C/Obj-C++ with clang-python3
MIT License
189 stars 73 forks source link

Add libclang.so.1 option #89

Closed arpan-dhatt closed 5 years ago

arpan-dhatt commented 5 years ago

You need to have libclang-dev installed in order to use libclang.so. Instead, you can use libclang.so.1. This produces the same results and works without any other changes without having to install the dev package.