Add path to libclang.so for clang_completion vim plugin

This commit is contained in:
Shaun Reed 2020-01-22 16:46:49 +00:00
parent d33f6d861f
commit 5b419c2b50
1 changed files with 3 additions and 0 deletions

3
.vimrc
View File

@ -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