5070835d01
atexit won't run registered functions for SIGTERM which we send to the server. This prevents clean shutdown. Also making sure that the server logfiles are deleted as well.
36 lines
895 B
JSON
36 lines
895 B
JSON
{
|
|
"filepath_completion_use_working_dir": 0,
|
|
"min_num_of_chars_for_completion": 2,
|
|
"min_num_identifier_candidate_chars": 0,
|
|
"semantic_triggers": {},
|
|
"filetype_specific_completion_to_disable": {
|
|
"gitcommit": 1
|
|
},
|
|
"seed_identifiers_with_syntax": 0,
|
|
"collect_identifiers_from_comments_and_strings": 0,
|
|
"collect_identifiers_from_tags_files": 0,
|
|
"extra_conf_globlist": [],
|
|
"global_ycm_extra_conf": "",
|
|
"confirm_extra_conf": 1,
|
|
"complete_in_comments": 0,
|
|
"complete_in_strings": 1,
|
|
"max_diagnostics_to_display": 30,
|
|
"filetype_whitelist": {
|
|
"*": 1
|
|
},
|
|
"filetype_blacklist": {
|
|
"tagbar": 1,
|
|
"qf": 1,
|
|
"notes": 1,
|
|
"markdown": 1,
|
|
"unite": 1,
|
|
"text": 1
|
|
},
|
|
"server_use_vim_stdout": 0,
|
|
"server_log_level": "info",
|
|
"server_keep_logfiles": 0,
|
|
"auto_start_csharp_server": 1,
|
|
"auto_stop_csharp_server": 1,
|
|
"csharp_server_port": 2000
|
|
}
|