From 5b419c2b50079b027ef014e7e08c7547af1875de Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Wed, 22 Jan 2020 16:46:49 +0000 Subject: [PATCH] Add path to libclang.so for clang_completion vim plugin --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index 8d19e74..a8f92d1 100644 --- a/.vimrc +++ b/.vimrc @@ -67,6 +67,9 @@ let g:syntastic_auto_loc_list = 1 let g:syntastic_check_on_open = 1 let g:syntastic_check_on_wq = 0 +" Clang_complete settings +let g:clang_library_path='/usr/lib/llvm-8/lib/' + " Understand how the plugin works: :h signify-modus-operandi " Spare the plugin some work and read: :h g:signify_vcs_list " Signify plugin settings