Add path to libclang.so for clang_completion vim plugin
This commit is contained in:
parent
d33f6d861f
commit
5b419c2b50
3
.vimrc
3
.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
|
||||
|
|
Loading…
Reference in New Issue