-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathycmd.json
40 lines (40 loc) · 1 KB
/
ycmd.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"filepath_completion_use_working_dir": 0,
"auto_trigger": 1,
"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,
"vimwiki": 1,
"pandoc": 1,
"infolog": 1,
"mail": 1
},
"auto_start_csharp_server": 1,
"auto_stop_csharp_server": 1,
"use_ultisnips_completer": 1,
"csharp_server_port": 2000,
"server_keep_logfiles": 0,
"ycmd_path": "/home/jake/.vim/bundle/YouCompleteMe/third_party/ycmd"
}