Update .vimrc to include basic clang_complete binds

+ Listed even if the bind is kept default
This commit is contained in:
Shaun Reed 2021-02-18 13:00:10 -05:00
parent 21bc190261
commit b73166a724
1 changed files with 9 additions and 0 deletions

9
.vimrc
View File

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