update code
This commit is contained in:
parent
08e18b89b0
commit
52f2599f3f
2
.vimrc
2
.vimrc
@ -244,7 +244,7 @@ let g:NERDTreeDirArrowCollapsible='▼'
|
||||
" YCM
|
||||
let g:ycm_confirm_extra_conf = 0
|
||||
let g:ycm_error_symbol = '✗'
|
||||
let g:ycm_warning_symbol = '✗'
|
||||
let g:ycm_warning_symbol = '✹'
|
||||
let g:ycm_seed_identifiers_with_syntax = 1
|
||||
let g:ycm_complete_in_comments = 1
|
||||
let g:ycm_complete_in_strings = 1
|
||||
|
||||
@ -37,7 +37,7 @@ import ycm_core
|
||||
flags = [
|
||||
'-Wall',
|
||||
'-Wextra',
|
||||
'-Werror',
|
||||
# '-Werror',
|
||||
'-Wno-long-long',
|
||||
'-Wno-variadic-macros',
|
||||
'-fexceptions',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user