From 37a67c404d4cc883ce7781b26beae231e85e7239 Mon Sep 17 00:00:00 2001 From: Philippe Huerlimann Date: Fri, 15 Jun 2012 23:40:34 +0200 Subject: [PATCH] added c.vim and configured clang_complete to use libclang.so and not the executable --- ftplugin/c.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ftplugin/c.vim diff --git a/ftplugin/c.vim b/ftplugin/c.vim new file mode 100644 index 0000000..dc69016 --- /dev/null +++ b/ftplugin/c.vim @@ -0,0 +1,3 @@ +" Make sure that clang_complete uses the clang library +" and not the executable +let g:clang_library_path="/usr/lib/llvm" -- 2.51.2