Clang autocomplete added.
This commit is contained in:
parent
2bfcead90f
commit
a0d6e4479a
2
.vimrc
2
.vimrc
|
@ -168,6 +168,7 @@ Bundle 'git://git.wincent.com/command-t.git'
|
|||
" ...
|
||||
Bundle 'majutsushi/tagbar'
|
||||
Bundle 'vim-startify'
|
||||
Bundle 'clang-complete'
|
||||
|
||||
filetype plugin indent on " required!
|
||||
"
|
||||
|
@ -184,6 +185,7 @@ filetype plugin indent on " required!
|
|||
" let g:clang_complete_copen = 1
|
||||
" let g:clang_user_options='|| exit 0'
|
||||
filetype plugin on
|
||||
let g:clang_library_path="/usr/lib/llvm"
|
||||
let g:clang_user_options='|| exit 0'
|
||||
let g:clang_complete_auto = 1
|
||||
let g:clang_complete_copen = 1
|
||||
|
|
Loading…
Reference in New Issue