mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 04:36:07 +00:00
Enable clang autocompletion by default.
llvm-svn: 117415
This commit is contained in:
parent
2f76cd756a
commit
5faac39061
@ -92,7 +92,7 @@ augroup END
|
||||
"set incsearch
|
||||
"set ruler
|
||||
|
||||
" Clang code-completion support. This is highly experimental!
|
||||
" Clang code-completion support. This is somewhat experimental!
|
||||
|
||||
" A path to a clang executable.
|
||||
let g:clang_path = "clang++"
|
||||
@ -216,5 +216,6 @@ function! ClangComplete(findstart, base)
|
||||
return []
|
||||
endfunction ClangComplete
|
||||
|
||||
" Uncomment this to enable the highly-broken autocompletion support.
|
||||
"set omnifunc=ClangComplete
|
||||
" This to enables the somewhat-experimental clang-based
|
||||
" autocompletion support.
|
||||
set omnifunc=ClangComplete
|
||||
|
Loading…
x
Reference in New Issue
Block a user