Update .vimrc to include basic clang_complete binds
+ Listed even if the bind is kept default
This commit is contained in:
parent
21bc190261
commit
b73166a724
9
.vimrc
9
.vimrc
|
@ -132,3 +132,12 @@ let g:airline_right_alt_sep = ''
|
|||
let g:airline_symbols.branch = ''
|
||||
let g:airline_symbols.readonly = ''
|
||||
let g:airline_symbols.linenr = ''
|
||||
|
||||
let g:clang_library_path=$LIBCLANG
|
||||
let g:clang_close_preview=1
|
||||
let g:clang_jumpto_declaration_key="<C-]>"
|
||||
let g:clang_jumpto_back_key="<C-O>"
|
||||
let g:clang_complete_patterns=1
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue