]> Untitled Git - vimfiles.git/commitdiff
added c.vim and configured clang_complete to use libclang.so and not the executable
authorPhilippe Huerlimann <phihue@gmail.com>
Fri, 15 Jun 2012 21:40:34 +0000 (23:40 +0200)
committerPhilippe Huerlimann <phihue@gmail.com>
Fri, 15 Jun 2012 21:44:26 +0000 (23:44 +0200)
ftplugin/c.vim [new file with mode: 0644]

diff --git a/ftplugin/c.vim b/ftplugin/c.vim
new file mode 100644 (file)
index 0000000..dc69016
--- /dev/null
@@ -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"