ros headers not found in vim

asked 2020-07-11 10:50:34 -0500

dinesh gravatar image

when i open the given ros node file in vim, it is showing me the error ros.h is not found. I have set the clang path as: " path to directory where library can be found let g:clang_library_path='/usr/lib/llvm-6.0/lib' " or path directly to the library file let g:clang_library_path='/usr/lib/llvm-6.0/lib/libclang-6.0.so'

edit retag flag offensive close merge delete