Clang autocomplete added.

desktop
Kolan Sh 2013-08-02 17:34:53 +04:00
parent 2bfcead90f
commit a0d6e4479a
1 changed files with 2 additions and 0 deletions

2
.vimrc
View File

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