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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
| { "filepath_blacklist": { "jsx": "1", "xml": "1", "html": "1" }, "clangd_uses_ycmd_caching": 1, "autoclose_preview_window_after_insertion": 0, "collect_identifiers_from_tags_files": 0, "autoclose_preview_window_after_completion": 1, "filetype_blacklist": { "unite": "1" }, "key_list_previous_completion": [ "<S-TAB>", "<Up>" ], "seed_identifiers_with_syntax": 0, "auto_stop_csharp_server": 1, "show_diagnostics_ui": 1, "disable_for_files_larger_than_kb": 1000, "clangd_args": [], "collect_identifiers_from_comments_and_strings": 0, "max_diagnostics_to_display": 30, "complete_in_strings": 1, "filetype_specific_completion_to_disable": { "gitcommit": "1" }, "max_num_identifier_candidates": 10, "open_loclist_on_ycm_diags": 1, "extra_conf_vim_data": [], "keep_logfiles": 0, "use_ultisnips_completer": 1, "min_num_of_chars_for_completion": 1, "enable_diagnostic_highlighting": 1, "key_detailed_diagnostics": "<leader>d", "warning_symbol": ">>", "auto_trigger": 1, "goto_buffer_command": "same-buffer", "echo_current_diagnostic": 1, "confirm_extra_conf": 1, "gocode_binary_path": "", "racerd_binary_path": "", "filter_diagnostics": {}, "rust_src_path": "", "python_binary_path": "/usr/bin/python3", "java_jdtls_use_clean_workspace": 1, "clangd_binary_path": "", "server_python_interpreter": "", "max_num_candidates": 50, "min_identifier_candidate_chars": 0, "always_populate_location_list": 0, "add_preview_to_completeopt": 0, "global_ycm_extra_conf": "~/.vim/ycm_extra_conf.py", "enable_diagnostic_signs": 1, "use_clangd": 1, "key_list_select_completion": [ "<TAB>", "<Down>" ], "extra_conf_globlist": [], "log_level": "info", "complete_in_comments": 0, "key_invoke_completion": "<C-Space>", "filepath_completion_use_working_dir": 0, "auto_start_csharp_server": 1, "cache_omnifunc": 1, "filetype_whitelist": { "*": "1" }, "csharp_server_port": 0, "key_list_stop_completion": [ "<C-y>" ], "error_symbol": ">>", "godef_binary_path": "", "semantic_triggers": { "c": [ "->", "." ], "perl": [ "->" ], "cpp,objcpp": [ "->", ".", "::" ], "lua": [ ".", ":" ], "php": [ "->", "::" ], "objc": [ "->", "." ], "cs,java,javascript,d,vim,ruby,python,perl6,scala,vb,elixir,go": [ "." ], "erlang": [ ":" ] }, "hmac_secret": "aGVsbG8gd29ybGQ=", "server_keep_logfiles": 0 }
|