11:14:42 AM DEBUG [transport] - request to nvim: 1,nvim_get_api_info,[] 11:14:42 AM DEBUG [transport] - request to nvim: 2,nvim_call_function,[ "coc#util#path_replace_patterns", [] ] 11:14:42 AM DEBUG [transport] - nvim notification: nvim_set_var,[ "coc_process_pid", 30952 ] 11:14:42 AM DEBUG [transport] - receive notification: [ "VimEnter", [] ] 11:14:42 AM DEBUG [transport] - response of nvim: 1,53ms,[ 3, { "version": { "major": 0, "minor": 6, "patch": 0, "api_level": 8, "api_compatible": 0, "api_prerelease": true }, "functions": [ { "parameters": [ [ "Buffer", "buffer" ] ], "since": 1, "name": "nvim_buf_line_count", "return_type": "Integer", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "Boolean", "send_buffer" ], [ "Dictionary", "opts" ] ], "since": 4, "name": "nvim_buf_attach", "return_type": "Boolean", "method": true }, { "parameters": [ [ "Buffer", "buffer" ] ], "since": 4, "name": "nvim_buf_detach", "return_type": "Boolean", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "Integer", "start" ], [ "Integer", "end" ], [ "Boolean", "strict_indexing" ] ], "since": 1, "name": "nvim_buf_get_lines", "return_type": "ArrayOf(String)", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "Integer", "start" ], [ "Integer", "end" ], [ "Boolean", "strict_indexing" ], [ "ArrayOf(String)", "replacement" ] ], "since": 1, "name": "nvim_buf_set_lines", "return_type": "void", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "Integer", "start_row" ], [ "Integer", "start_col" ], [ "Integer", "end_row" ], [ "Integer", "end_col" ], [ "ArrayOf(String)", "replacement" ] ], "since": 7, "name": "nvim_buf_set_text", "return_type": "void", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "Integer", "index" ] ], "since": 5, "name": "nvim_buf_get_offset", "return_type": "Integer", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "String", "name" ] ], "since": 1, "name": "nvim_buf_get_var", "return_type": "Object", "method": true }, { "parameters": [ [ "Buffer", "buffer" ] ], "since": 2, "name": "nvim_buf_get_changedtick", "return_type": "Integer", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "String", "mode" ] ], "since": 3, "name": "nvim_buf_get_keymap", "return_type": "ArrayOf(Dictionary)", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "String", "mode" ], [ "String", "lhs" ], [ "String", "rhs" ], [ "Dictionary", "opts" ] ], "since": 6, "name": "nvim_buf_set_keymap", "return_type": "void", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "String", "mode" ], [ "String", "lhs" ] ], "since": 6, "name": "nvim_buf_del_keymap", "return_type": "void", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "Dictionary", "opts" ] ], "since": 4, "name": "nvim_buf_get_commands", "return_type": "Dictionary", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "String", "name" ], [ "Object", "value" ] ], "since": 1, "name": "nvim_buf_set_var", "return_type": "void", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "String", "name" ] ], "since": 1, "name": "nvim_buf_del_var", "return_type": "void", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "String", "name" ] ], "since": 1, "name": "nvim_buf_get_option", "return_type": "Object", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "String", "name" ], [ "Object", "value" ] ], "since": 1, "name": "nvim_buf_set_option", "return_type": "void", "method": true }, { "parameters": [ [ "Buffer", "buffer" ] ], "since": 1, "name": "nvim_buf_get_name", "return_type": "String", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "String", "name" ] ], "since": 1, "name": "nvim_buf_set_name", "return_type": "void", "method": true }, { "parameters": [ [ "Buffer", "buffer" ] ], "since": 5, "name": "nvim_buf_is_loaded", "return_type": "Boolean", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "Dictionary", "opts" ] ], "since": 7, "name": "nvim_buf_delete", "return_type": "void", "method": true }, { "parameters": [ [ "Buffer", "buffer" ] ], "since": 1, "name": "nvim_buf_is_valid", "return_type": "Boolean", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "String", "name" ] ], "since": 1, "name": "nvim_buf_get_mark", "return_type": "ArrayOf(Integer, 2)", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "Integer", "ns_id" ], [ "Integer", "id" ], [ "Dictionary", "opts" ] ], "since": 7, "name": "nvim_buf_get_extmark_by_id", "return_type": "ArrayOf(Integer)", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "Integer", "ns_id" ], [ "Object", "start" ], [ "Object", "end" ], [ "Dictionary", "opts" ] ], "since": 7, "name": "nvim_buf_get_extmarks", "return_type": "Array", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "Integer", "ns_id" ], [ "Integer", "line" ], [ "Integer", "col" ], [ "Dictionary", "opts" ] ], "since": 7, "name": "nvim_buf_set_extmark", "return_type": "Integer", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "Integer", "ns_id" ], [ "Integer", "id" ] ], "since": 7, "name": "nvim_buf_del_extmark", "return_type": "Boolean", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "Integer", "ns_id" ], [ "String", "hl_group" ], [ "Integer", "line" ], [ "Integer", "col_start" ], [ "Integer", "col_end" ] ], "since": 1, "name": "nvim_buf_add_highlight", "return_type": "Integer", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "Integer", "ns_id" ], [ "Integer", "line_start" ], [ "Integer", "line_end" ] ], "since": 5, "name": "nvim_buf_clear_namespace", "return_type": "void", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "Integer", "src_id" ], [ "Integer", "line" ], [ "Array", "chunks" ], [ "Dictionary", "opts" ] ], "since": 5, "name": "nvim_buf_set_virtual_text", "return_type": "Integer", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "LuaRef", "fun" ] ], "since": 7, "name": "nvim_buf_call", "return_type": "Object", "method": true }, { "parameters": [ [ "String", "command" ] ], "since": 1, "deprecated_since": 7, "name": "nvim_command_output", "return_type": "String", "method": false }, { "parameters": [ [ "String", "code" ], [ "Array", "args" ] ], "since": 3, "deprecated_since": 7, "name": "nvim_execute_lua", "return_type": "Object", "method": false }, { "parameters": [ [ "Buffer", "buffer" ] ], "since": 1, "deprecated_since": 2, "name": "nvim_buf_get_number", "return_type": "Integer", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "Integer", "ns_id" ], [ "Integer", "line_start" ], [ "Integer", "line_end" ] ], "since": 1, "deprecated_since": 7, "name": "nvim_buf_clear_highlight", "return_type": "void", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "Integer", "lnum" ], [ "ArrayOf(String)", "lines" ] ], "since": 0, "deprecated_since": 1, "name": "buffer_insert", "return_type": "void", "method": false }, { "parameters": [ [ "Buffer", "buffer" ], [ "Integer", "index" ] ], "since": 0, "deprecated_since": 1, "name": "buffer_get_line", "return_type": "String", "method": false }, { "parameters": [ [ "Buffer", "buffer" ], [ "Integer", "index" ], [ "String", "line" ] ], "since": 0, "deprecated_since": 1, "name": "buffer_set_line", "return_type": "void", "method": false }, { "parameters": [ [ "Buffer", "buffer" ], [ "Integer", "index" ] ], "since": 0, "deprecated_since": 1, "name": "buffer_del_line", "return_type": "void", "method": false }, { "parameters": [ [ "Buffer", "buffer" ], [ "Integer", "start" ], [ "Integer", "end" ], [ "Boolean", "include_start" ], [ "Boolean", "include_end" ] ], "since": 0, "deprecated_since": 1, "name": "buffer_get_line_slice", "return_type": "ArrayOf(String)", "method": false }, { "parameters": [ [ "Buffer", "buffer" ], [ "Integer", "start" ], [ "Integer", "end" ], [ "Boolean", "include_start" ], [ "Boolean", "include_end" ], [ "ArrayOf(String)", "replacement" ] ], "since": 0, "deprecated_since": 1, "name": "buffer_set_line_slice", "return_type": "void", "method": false }, { "parameters": [ [ "Buffer", "buffer" ], [ "String", "name" ], [ "Object", "value" ] ], "since": 0, "deprecated_since": 1, "name": "buffer_set_var", "return_type": "Object", "method": false }, { "parameters": [ [ "Buffer", "buffer" ], [ "String", "name" ] ], "since": 0, "deprecated_since": 1, "name": "buffer_del_var", "return_type": "Object", "method": false }, { "parameters": [ [ "Window", "window" ], [ "String", "name" ], [ "Object", "value" ] ], "since": 0, "deprecated_since": 1, "name": "window_set_var", "return_type": "Object", "method": false }, { "parameters": [ [ "Window", "window" ], [ "String", "name" ] ], "since": 0, "deprecated_since": 1, "name": "window_del_var", "return_type": "Object", "method": false }, { "parameters": [ [ "Tabpage", "tabpage" ], [ "String", "name" ], [ "Object", "value" ] ], "since": 0, "deprecated_since": 1, "name": "tabpage_set_var", "return_type": "Object", "method": false }, { "parameters": [ [ "Tabpage", "tabpage" ], [ "String", "name" ] ], "since": 0, "deprecated_since": 1, "name": "tabpage_del_var", "return_type": "Object", "method": false }, { "parameters": [ [ "String", "name" ], [ "Object", "value" ] ], "since": 0, "deprecated_since": 1, "name": "vim_set_var", "return_type": "Object", "method": false }, { "parameters": [ [ "String", "name" ] ], "since": 0, "deprecated_since": 1, "name": "vim_del_var", "return_type": "Object", "method": false }, { "parameters": [ [ "Tabpage", "tabpage" ] ], "since": 1, "name": "nvim_tabpage_list_wins", "return_type": "ArrayOf(Window)", "method": true }, { "parameters": [ [ "Tabpage", "tabpage" ], [ "String", "name" ] ], "since": 1, "name": "nvim_tabpage_get_var", "return_type": "Object", "method": true }, { "parameters": [ [ "Tabpage", "tabpage" ], [ "String", "name" ], [ "Object", "value" ] ], "since": 1, "name": "nvim_tabpage_set_var", "return_type": "void", "method": true }, { "parameters": [ [ "Tabpage", "tabpage" ], [ "String", "name" ] ], "since": 1, "name": "nvim_tabpage_del_var", "return_type": "void", "method": true }, { "parameters": [ [ "Tabpage", "tabpage" ] ], "since": 1, "name": "nvim_tabpage_get_win", "return_type": "Window", "method": true }, { "parameters": [ [ "Tabpage", "tabpage" ] ], "since": 1, "name": "nvim_tabpage_get_number", "return_type": "Integer", "method": true }, { "parameters": [ [ "Tabpage", "tabpage" ] ], "since": 1, "name": "nvim_tabpage_is_valid", "return_type": "Boolean", "method": true }, { "parameters": [ [ "Integer", "width" ], [ "Integer", "height" ], [ "Dictionary", "options" ] ], "since": 1, "name": "nvim_ui_attach", "return_type": "void", "method": false }, { "parameters": [ [ "Integer", "width" ], [ "Integer", "height" ], [ "Boolean", "enable_rgb" ] ], "since": 0, "deprecated_since": 1, "name": "ui_attach", "return_type": "void", "method": false }, { "parameters": [], "since": 1, "name": "nvim_ui_detach", "return_type": "void", "method": false }, { "parameters": [ [ "Integer", "width" ], [ "Integer", "height" ] ], "since": 1, "name": "nvim_ui_try_resize", "return_type": "void", "method": false }, { "parameters": [ [ "String", "name" ], [ "Object", "value" ] ], "since": 1, "name": "nvim_ui_set_option", "return_type": "void", "method": false }, { "parameters": [ [ "Integer", "grid" ], [ "Integer", "width" ], [ "Integer", "height" ] ], "since": 6, "name": "nvim_ui_try_resize_grid", "return_type": "void", "method": false }, { "parameters": [ [ "Integer", "height" ] ], "since": 6, "name": "nvim_ui_pum_set_height", "return_type": "void", "method": false }, { "parameters": [ [ "Float", "width" ], [ "Float", "height" ], [ "Float", "row" ], [ "Float", "col" ] ], "since": 7, "name": "nvim_ui_pum_set_bounds", "return_type": "void", "method": false }, { "parameters": [ [ "String", "src" ], [ "Boolean", "output" ] ], "since": 7, "name": "nvim_exec", "return_type": "String", "method": false }, { "parameters": [ [ "String", "command" ] ], "since": 1, "name": "nvim_command", "return_type": "void", "method": false }, { "parameters": [ [ "String", "name" ], [ "Boolean", "rgb" ] ], "since": 3, "name": "nvim_get_hl_by_name", "return_type": "Dictionary", "method": false }, { "parameters": [ [ "Integer", "hl_id" ], [ "Boolean", "rgb" ] ], "since": 3, "name": "nvim_get_hl_by_id", "return_type": "Dictionary", "method": false }, { "parameters": [ [ "String", "name" ] ], "since": 7, "name": "nvim_get_hl_id_by_name", "return_type": "Integer", "method": false }, { "parameters": [ [ "Integer", "ns_id" ], [ "String", "name" ], [ "Dictionary", "val" ] ], "since": 7, "name": "nvim_set_hl", "return_type": "void", "method": false }, { "parameters": [ [ "String", "keys" ], [ "String", "mode" ], [ "Boolean", "escape_csi" ] ], "since": 1, "name": "nvim_feedkeys", "return_type": "void", "method": false }, { "parameters": [ [ "String", "keys" ] ], "since": 1, "name": "nvim_input", "return_type": "Integer", "method": false }, { "parameters": [ [ "String", "button" ], [ "String", "action" ], [ "String", "modifier" ], [ "Integer", "grid" ], [ "Integer", "row" ], [ "Integer", "col" ] ], "since": 6, "name": "nvim_input_mouse", "return_type": "void", "method": false }, { "parameters": [ [ "String", "str" ], [ "Boolean", "from_part" ], [ "Boolean", "do_lt" ], [ "Boolean", "special" ] ], "since": 1, "name": "nvim_replace_termcodes", "return_type": "String", "method": false }, { "parameters": [ [ "String", "expr" ] ], "since": 1, "name": "nvim_eval", "return_type": "Object", "method": false }, { "parameters": [ [ "String", "code" ], [ "Array", "args" ] ], "since": 7, "name": "nvim_exec_lua", "return_type": "Object", "method": false }, { "parameters": [ [ "String", "msg" ], [ "Integer", "log_level" ], [ "Dictionary", "opts" ] ], "since": 7, "name": "nvim_notify", "return_type": "Object", "method": false }, { "parameters": [ [ "String", "fn" ], [ "Array", "args" ] ], "since": 1, "name": "nvim_call_function", "return_type": "Object", "method": false }, { "parameters": [ [ "Object", "dict" ], [ "String", "fn" ], [ "Array", "args" ] ], "since": 4, "name": "nvim_call_dict_function", "return_type": "Object", "method": false }, { "parameters": [ [ "String", "text" ] ], "since": 1, "name": "nvim_strwidth", "return_type": "Integer", "method": false }, { "parameters": [], "since": 1, "name": "nvim_list_runtime_paths", "return_type": "ArrayOf(String)", "method": false }, { "parameters": [ [ "String", "name" ], [ "Boolean", "all" ] ], "since": 7, "name": "nvim_get_runtime_file", "return_type": "ArrayOf(String)", "method": false }, { "parameters": [ [ "String", "dir" ] ], "since": 1, "name": "nvim_set_current_dir", "return_type": "void", "method": false }, { "parameters": [], "since": 1, "name": "nvim_get_current_line", "return_type": "String", "method": false }, { "parameters": [ [ "String", "line" ] ], "since": 1, "name": "nvim_set_current_line", "return_type": "void", "method": false }, { "parameters": [], "since": 1, "name": "nvim_del_current_line", "return_type": "void", "method": false }, { "parameters": [ [ "String", "name" ] ], "since": 1, "name": "nvim_get_var", "return_type": "Object", "method": false }, { "parameters": [ [ "String", "name" ], [ "Object", "value" ] ], "since": 1, "name": "nvim_set_var", "return_type": "void", "method": false }, { "parameters": [ [ "String", "name" ] ], "since": 1, "name": "nvim_del_var", "return_type": "void", "method": false }, { "parameters": [ [ "String", "name" ] ], "since": 1, "name": "nvim_get_vvar", "return_type": "Object", "method": false }, { "parameters": [ [ "String", "name" ], [ "Object", "value" ] ], "since": 6, "name": "nvim_set_vvar", "return_type": "void", "method": false }, { "parameters": [ [ "String", "name" ] ], "since": 1, "name": "nvim_get_option", "return_type": "Object", "method": false }, { "parameters": [], "since": 7, "name": "nvim_get_all_options_info", "return_type": "Dictionary", "method": false }, { "parameters": [ [ "String", "name" ] ], "since": 7, "name": "nvim_get_option_info", "return_type": "Dictionary", "method": false }, { "parameters": [ [ "String", "name" ], [ "Object", "value" ] ], "since": 1, "name": "nvim_set_option", "return_type": "void", "method": false }, { "parameters": [ [ "Array", "chunks" ], [ "Boolean", "history" ], [ "Dictionary", "opts" ] ], "since": 7, "name": "nvim_echo", "return_type": "void", "method": false }, { "parameters": [ [ "String", "str" ] ], "since": 1, "name": "nvim_out_write", "return_type": "void", "method": false }, { "parameters": [ [ "String", "str" ] ], "since": 1, "name": "nvim_err_write", "return_type": "void", "method": false }, { "parameters": [ [ "String", "str" ] ], "since": 1, "name": "nvim_err_writeln", "return_type": "void", "method": false }, { "parameters": [], "since": 1, "name": "nvim_list_bufs", "return_type": "ArrayOf(Buffer)", "method": false }, { "parameters": [], "since": 1, "name": "nvim_get_current_buf", "return_type": "Buffer", "method": false }, { "parameters": [ [ "Buffer", "buffer" ] ], "since": 1, "name": "nvim_set_current_buf", "return_type": "void", "method": false }, { "parameters": [], "since": 1, "name": "nvim_list_wins", "return_type": "ArrayOf(Window)", "method": false }, { "parameters": [], "since": 1, "name": "nvim_get_current_win", "return_type": "Window", "method": false }, { "parameters": [ [ "Window", "window" ] ], "since": 1, "name": "nvim_set_current_win", "return_type": "void", "method": false }, { "parameters": [ [ "Boolean", "listed" ], [ "Boolean", "scratch" ] ], "since": 6, "name": "nvim_create_buf", "return_type": "Buffer", "method": false }, { "parameters": [ [ "Buffer", "buffer" ], [ "Dictionary", "opts" ] ], "since": 7, "name": "nvim_open_term", "return_type": "Integer", "method": false }, { "parameters": [ [ "Integer", "chan" ], [ "String", "data" ] ], "since": 7, "name": "nvim_chan_send", "return_type": "void", "method": false }, { "parameters": [ [ "Buffer", "buffer" ], [ "Boolean", "enter" ], [ "Dictionary", "config" ] ], "since": 6, "name": "nvim_open_win", "return_type": "Window", "method": false }, { "parameters": [], "since": 1, "name": "nvim_list_tabpages", "return_type": "ArrayOf(Tabpage)", "method": false }, { "parameters": [], "since": 1, "name": "nvim_get_current_tabpage", "return_type": "Tabpage", "method": false }, { "parameters": [ [ "Tabpage", "tabpage" ] ], "since": 1, "name": "nvim_set_current_tabpage", "return_type": "void", "method": false }, { "parameters": [ [ "String", "name" ] ], "since": 5, "name": "nvim_create_namespace", "return_type": "Integer", "method": false }, { "parameters": [], "since": 5, "name": "nvim_get_namespaces", "return_type": "Dictionary", "method": false }, { "parameters": [ [ "String", "data" ], [ "Boolean", "crlf" ], [ "Integer", "phase" ] ], "since": 6, "name": "nvim_paste", "return_type": "Boolean", "method": false }, { "parameters": [ [ "ArrayOf(String)", "lines" ], [ "String", "type" ], [ "Boolean", "after" ], [ "Boolean", "follow" ] ], "since": 6, "name": "nvim_put", "return_type": "void", "method": false }, { "parameters": [ [ "String", "event" ] ], "since": 1, "name": "nvim_subscribe", "return_type": "void", "method": false }, { "parameters": [ [ "String", "event" ] ], "since": 1, "name": "nvim_unsubscribe", "return_type": "void", "method": false }, { "parameters": [ [ "String", "name" ] ], "since": 1, "name": "nvim_get_color_by_name", "return_type": "Integer", "method": false }, { "parameters": [], "since": 1, "name": "nvim_get_color_map", "return_type": "Dictionary", "method": false }, { "parameters": [ [ "Dictionary", "opts" ] ], "since": 6, "name": "nvim_get_context", "return_type": "Dictionary", "method": false }, { "parameters": [ [ "Dictionary", "dict" ] ], "since": 6, "name": "nvim_load_context", "return_type": "Object", "method": false }, { "parameters": [], "since": 2, "name": "nvim_get_mode", "return_type": "Dictionary", "method": false }, { "parameters": [ [ "String", "mode" ] ], "since": 3, "name": "nvim_get_keymap", "return_type": "ArrayOf(Dictionary)", "method": false }, { "parameters": [ [ "String", "mode" ], [ "String", "lhs" ], [ "String", "rhs" ], [ "Dictionary", "opts" ] ], "since": 6, "name": "nvim_set_keymap", "return_type": "void", "method": false }, { "parameters": [ [ "String", "mode" ], [ "String", "lhs" ] ], "since": 6, "name": "nvim_del_keymap", "return_type": "void", "method": false }, { "parameters": [ [ "Dictionary", "opts" ] ], "since": 4, "name": "nvim_get_commands", "return_type": "Dictionary", "method": false }, { "parameters": [], "since": 1, "name": "nvim_get_api_info", "return_type": "Array", "method": false }, { "parameters": [ [ "String", "name" ], [ "Dictionary", "version" ], [ "String", "type" ], [ "Dictionary", "methods" ], [ "Dictionary", "attributes" ] ], "since": 4, "name": "nvim_set_client_info", "return_type": "void", "method": false }, { "parameters": [ [ "Integer", "chan" ] ], "since": 4, "name": "nvim_get_chan_info", "return_type": "Dictionary", "method": false }, { "parameters": [], "since": 4, "name": "nvim_list_chans", "return_type": "Array", "method": false }, { "parameters": [ [ "Array", "calls" ] ], "since": 1, "name": "nvim_call_atomic", "return_type": "Array", "method": false }, { "parameters": [ [ "String", "expr" ], [ "String", "flags" ], [ "Boolean", "highlight" ] ], "since": 4, "name": "nvim_parse_expression", "return_type": "Dictionary", "method": false }, { "parameters": [], "since": 4, "name": "nvim_list_uis", "return_type": "Array", "method": false }, { "parameters": [ [ "Integer", "pid" ] ], "since": 4, "name": "nvim_get_proc_children", "return_type": "Array", "method": false }, { "parameters": [ [ "Integer", "pid" ] ], "since": 4, "name": "nvim_get_proc", "return_type": "Object", "method": false }, { "parameters": [ [ "Integer", "item" ], [ "Boolean", "insert" ], [ "Boolean", "finish" ], [ "Dictionary", "opts" ] ], "since": 6, "name": "nvim_select_popupmenu_item", "return_type": "void", "method": false }, { "parameters": [ [ "Integer", "ns_id" ], [ "Dictionary", "opts" ] ], "since": 7, "name": "nvim_set_decoration_provider", "return_type": "void", "method": false }, { "parameters": [ [ "Window", "window" ] ], "since": 1, "name": "nvim_win_get_buf", "return_type": "Buffer", "method": true }, { "parameters": [ [ "Window", "window" ], [ "Buffer", "buffer" ] ], "since": 5, "name": "nvim_win_set_buf", "return_type": "void", "method": true }, { "parameters": [ [ "Window", "window" ] ], "since": 1, "name": "nvim_win_get_cursor", "return_type": "ArrayOf(Integer, 2)", "method": true }, { "parameters": [ [ "Window", "window" ], [ "ArrayOf(Integer, 2)", "pos" ] ], "since": 1, "name": "nvim_win_set_cursor", "return_type": "void", "method": true }, { "parameters": [ [ "Window", "window" ] ], "since": 1, "name": "nvim_win_get_height", "return_type": "Integer", "method": true }, { "parameters": [ [ "Window", "window" ], [ "Integer", "height" ] ], "since": 1, "name": "nvim_win_set_height", "return_type": "void", "method": true }, { "parameters": [ [ "Window", "window" ] ], "since": 1, "name": "nvim_win_get_width", "return_type": "Integer", "method": true }, { "parameters": [ [ "Window", "window" ], [ "Integer", "width" ] ], "since": 1, "name": "nvim_win_set_width", "return_type": "void", "method": true }, { "parameters": [ [ "Window", "window" ], [ "String", "name" ] ], "since": 1, "name": "nvim_win_get_var", "return_type": "Object", "method": true }, { "parameters": [ [ "Window", "window" ], [ "String", "name" ], [ "Object", "value" ] ], "since": 1, "name": "nvim_win_set_var", "return_type": "void", "method": true }, { "parameters": [ [ "Window", "window" ], [ "String", "name" ] ], "since": 1, "name": "nvim_win_del_var", "return_type": "void", "method": true }, { "parameters": [ [ "Window", "window" ], [ "String", "name" ] ], "since": 1, "name": "nvim_win_get_option", "return_type": "Object", "method": true }, { "parameters": [ [ "Window", "window" ], [ "String", "name" ], [ "Object", "value" ] ], "since": 1, "name": "nvim_win_set_option", "return_type": "void", "method": true }, { "parameters": [ [ "Window", "window" ] ], "since": 1, "name": "nvim_win_get_position", "return_type": "ArrayOf(Integer, 2)", "method": true }, { "parameters": [ [ "Window", "window" ] ], "since": 1, "name": "nvim_win_get_tabpage", "return_type": "Tabpage", "method": true }, { "parameters": [ [ "Window", "window" ] ], "since": 1, "name": "nvim_win_get_number", "return_type": "Integer", "method": true }, { "parameters": [ [ "Window", "window" ] ], "since": 1, "name": "nvim_win_is_valid", "return_type": "Boolean", "method": true }, { "parameters": [ [ "Window", "window" ], [ "Dictionary", "config" ] ], "since": 6, "name": "nvim_win_set_config", "return_type": "void", "method": true }, { "parameters": [ [ "Window", "window" ] ], "since": 6, "name": "nvim_win_get_config", "return_type": "Dictionary", "method": true }, { "parameters": [ [ "Window", "window" ] ], "since": 7, "name": "nvim_win_hide", "return_type": "void", "method": true }, { "parameters": [ [ "Window", "window" ], [ "Boolean", "force" ] ], "since": 6, "name": "nvim_win_close", "return_type": "void", "method": true }, { "parameters": [ [ "Window", "window" ], [ "LuaRef", "fun" ] ], "since": 7, "name": "nvim_win_call", "return_type": "Object", "method": true }, { "parameters": [ [ "Buffer", "buffer" ] ], "since": 0, "deprecated_since": 1, "name": "buffer_line_count", "return_type": "Integer", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "Integer", "start" ], [ "Integer", "end" ], [ "Boolean", "strict_indexing" ] ], "since": 0, "deprecated_since": 1, "name": "buffer_get_lines", "return_type": "ArrayOf(String)", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "Integer", "start" ], [ "Integer", "end" ], [ "Boolean", "strict_indexing" ], [ "ArrayOf(String)", "replacement" ] ], "since": 0, "deprecated_since": 1, "name": "buffer_set_lines", "return_type": "void", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "String", "name" ] ], "since": 0, "deprecated_since": 1, "name": "buffer_get_var", "return_type": "Object", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "String", "name" ] ], "since": 0, "deprecated_since": 1, "name": "buffer_get_option", "return_type": "Object", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "String", "name" ], [ "Object", "value" ] ], "since": 0, "deprecated_since": 1, "name": "buffer_set_option", "return_type": "void", "method": true }, { "parameters": [ [ "Buffer", "buffer" ] ], "since": 0, "deprecated_since": 1, "name": "buffer_get_name", "return_type": "String", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "String", "name" ] ], "since": 0, "deprecated_since": 1, "name": "buffer_set_name", "return_type": "void", "method": true }, { "parameters": [ [ "Buffer", "buffer" ] ], "since": 0, "deprecated_since": 1, "name": "buffer_is_valid", "return_type": "Boolean", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "String", "name" ] ], "since": 0, "deprecated_since": 1, "name": "buffer_get_mark", "return_type": "ArrayOf(Integer, 2)", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "Integer", "ns_id" ], [ "String", "hl_group" ], [ "Integer", "line" ], [ "Integer", "col_start" ], [ "Integer", "col_end" ] ], "since": 0, "deprecated_since": 1, "name": "buffer_add_highlight", "return_type": "Integer", "method": true }, { "parameters": [ [ "String", "command" ] ], "since": 0, "deprecated_since": 1, "name": "vim_command_output", "return_type": "String", "method": false }, { "parameters": [ [ "Buffer", "buffer" ] ], "since": 0, "deprecated_since": 1, "name": "buffer_get_number", "return_type": "Integer", "method": true }, { "parameters": [ [ "Buffer", "buffer" ], [ "Integer", "ns_id" ], [ "Integer", "line_start" ], [ "Integer", "line_end" ] ], "since": 0, "deprecated_since": 1, "name": "buffer_clear_highlight", "return_type": "void", "method": true }, { "parameters": [ [ "Tabpage", "tabpage" ] ], "since": 0, "deprecated_since": 1, "name": "tabpage_get_windows", "return_type": "ArrayOf(Window)", "method": true }, { "parameters": [ [ "Tabpage", "tabpage" ], [ "String", "name" ] ], "since": 0, "deprecated_since": 1, "name": "tabpage_get_var", "return_type": "Object", "method": true }, { "parameters": [ [ "Tabpage", "tabpage" ] ], "since": 0, "deprecated_since": 1, "name": "tabpage_get_window", "return_type": "Window", "method": true }, { "parameters": [ [ "Tabpage", "tabpage" ] ], "since": 0, "deprecated_since": 1, "name": "tabpage_is_valid", "return_type": "Boolean", "method": true }, { "parameters": [], "since": 0, "deprecated_since": 1, "name": "ui_detach", "return_type": "void", "method": false }, { "parameters": [ [ "Integer", "width" ], [ "Integer", "height" ] ], "since": 0, "deprecated_since": 1, "name": "ui_try_resize", "return_type": "Object", "method": false }, { "parameters": [ [ "String", "command" ] ], "since": 0, "deprecated_since": 1, "name": "vim_command", "return_type": "void", "method": false }, { "parameters": [ [ "String", "keys" ], [ "String", "mode" ], [ "Boolean", "escape_csi" ] ], "since": 0, "deprecated_since": 1, "name": "vim_feedkeys", "return_type": "void", "method": false }, { "parameters": [ [ "String", "keys" ] ], "since": 0, "deprecated_since": 1, "name": "vim_input", "return_type": "Integer", "method": false }, { "parameters": [ [ "String", "str" ], [ "Boolean", "from_part" ], [ "Boolean", "do_lt" ], [ "Boolean", "special" ] ], "since": 0, "deprecated_since": 1, "name": "vim_replace_termcodes", "return_type": "String", "method": false }, { "parameters": [ [ "String", "expr" ] ], "since": 0, "deprecated_since": 1, "name": "vim_eval", "return_type": "Object", "method": false }, { "parameters": [ [ "String", "fn" ], [ "Array", "args" ] ], "since": 0, "deprecated_since": 1, "name": "vim_call_function", "return_type": "Object", "method": false }, { "parameters": [ [ "String", "text" ] ], "since": 0, "deprecated_since": 1, "name": "vim_strwidth", "return_type": "Integer", "method": false }, { "parameters": [], "since": 0, "deprecated_since": 1, "name": "vim_list_runtime_paths", "return_type": "ArrayOf(String)", "method": false }, { "parameters": [ [ "String", "dir" ] ], "since": 0, "deprecated_since": 1, "name": "vim_change_directory", "return_type": "void", "method": false }, { "parameters": [], "since": 0, "deprecated_since": 1, "name": "vim_get_current_line", "return_type": "String", "method": false }, { "parameters": [ [ "String", "line" ] ], "since": 0, "deprecated_since": 1, "name": "vim_set_current_line", "return_type": "void", "method": false }, { "parameters": [], "since": 0, "deprecated_since": 1, "name": "vim_del_current_line", "return_type": "void", "method": false }, { "parameters": [ [ "String", "name" ] ], "since": 0, "deprecated_since": 1, "name": "vim_get_var", "return_type": "Object", "method": false }, { "parameters": [ [ "String", "name" ] ], "since": 0, "deprecated_since": 1, "name": "vim_get_vvar", "return_type": "Object", "method": false }, { "parameters": [ [ "String", "name" ] ], "since": 0, "deprecated_since": 1, "name": "vim_get_option", "return_type": "Object", "method": false }, { "parameters": [ [ "String", "name" ], [ "Object", "value" ] ], "since": 0, "deprecated_since": 1, "name": "vim_set_option", "return_type": "void", "method": false }, { "parameters": [ [ "String", "str" ] ], "since": 0, "deprecated_since": 1, "name": "vim_out_write", "return_type": "void", "method": false }, { "parameters": [ [ "String", "str" ] ], "since": 0, "deprecated_since": 1, "name": "vim_err_write", "return_type": "void", "method": false }, { "parameters": [ [ "String", "str" ] ], "since": 0, "deprecated_since": 1, "name": "vim_report_error", "return_type": "void", "method": false }, { "parameters": [], "since": 0, "deprecated_since": 1, "name": "vim_get_buffers", "return_type": "ArrayOf(Buffer)", "method": false }, { "parameters": [], "since": 0, "deprecated_since": 1, "name": "vim_get_current_buffer", "return_type": "Buffer", "method": false }, { "parameters": [ [ "Buffer", "buffer" ] ], "since": 0, "deprecated_since": 1, "name": "vim_set_current_buffer", "return_type": "void", "method": false }, { "parameters": [], "since": 0, "deprecated_since": 1, "name": "vim_get_windows", "return_type": "ArrayOf(Window)", "method": false }, { "parameters": [], "since": 0, "deprecated_since": 1, "name": "vim_get_current_window", "return_type": "Window", "method": false }, { "parameters": [ [ "Window", "window" ] ], "since": 0, "deprecated_since": 1, "name": "vim_set_current_window", "return_type": "void", "method": false }, { "parameters": [], "since": 0, "deprecated_since": 1, "name": "vim_get_tabpages", "return_type": "ArrayOf(Tabpage)", "method": false }, { "parameters": [], "since": 0, "deprecated_since": 1, "name": "vim_get_current_tabpage", "return_type": "Tabpage", "method": false }, { "parameters": [ [ "Tabpage", "tabpage" ] ], "since": 0, "deprecated_since": 1, "name": "vim_set_current_tabpage", "return_type": "void", "method": false }, { "parameters": [ [ "String", "event" ] ], "since": 0, "deprecated_since": 1, "name": "vim_subscribe", "return_type": "void", "method": false }, { "parameters": [ [ "String", "event" ] ], "since": 0, "deprecated_since": 1, "name": "vim_unsubscribe", "return_type": "void", "method": false }, { "parameters": [ [ "String", "name" ] ], "since": 0, "deprecated_since": 1, "name": "vim_name_to_color", "return_type": "Integer", "method": false }, { "parameters": [], "since": 0, "deprecated_since": 1, "name": "vim_get_color_map", "return_type": "Dictionary", "method": false }, { "parameters": [], "since": 0, "deprecated_since": 1, "name": "vim_get_api_info", "return_type": "Array", "method": false }, { "parameters": [ [ "Window", "window" ] ], "since": 0, "deprecated_since": 1, "name": "window_get_buffer", "return_type": "Buffer", "method": true }, { "parameters": [ [ "Window", "window" ] ], "since": 0, "deprecated_since": 1, "name": "window_get_cursor", "return_type": "ArrayOf(Integer, 2)", "method": true }, { "parameters": [ [ "Window", "window" ], [ "ArrayOf(Integer, 2)", "pos" ] ], "since": 0, "deprecated_since": 1, "name": "window_set_cursor", "return_type": "void", "method": true }, { "parameters": [ [ "Window", "window" ] ], "since": 0, "deprecated_since": 1, "name": "window_get_height", "return_type": "Integer", "method": true }, { "parameters": [ [ "Window", "window" ], [ "Integer", "height" ] ], "since": 0, "deprecated_since": 1, "name": "window_set_height", "return_type": "void", "method": true }, { "parameters": [ [ "Window", "window" ] ], "since": 0, "deprecated_since": 1, "name": "window_get_width", "return_type": "Integer", "method": true }, { "parameters": [ [ "Window", "window" ], [ "Integer", "width" ] ], "since": 0, "deprecated_since": 1, "name": "window_set_width", "return_type": "void", "method": true }, { "parameters": [ [ "Window", "window" ], [ "String", "name" ] ], "since": 0, "deprecated_since": 1, "name": "window_get_var", "return_type": "Object", "method": true }, { "parameters": [ [ "Window", "window" ], [ "String", "name" ] ], "since": 0, "deprecated_since": 1, "name": "window_get_option", "return_type": "Object", "method": true }, { "parameters": [ [ "Window", "window" ], [ "String", "name" ], [ "Object", "value" ] ], "since": 0, "deprecated_since": 1, "name": "window_set_option", "return_type": "void", "method": true }, { "parameters": [ [ "Window", "window" ] ], "since": 0, "deprecated_since": 1, "name": "window_get_position", "return_type": "ArrayOf(Integer, 2)", "method": true }, { "parameters": [ [ "Window", "window" ] ], "since": 0, "deprecated_since": 1, "name": "window_get_tabpage", "return_type": "Tabpage", "method": true }, { "parameters": [ [ "Window", "window" ] ], "since": 0, "deprecated_since": 1, "name": "window_is_valid", "return_type": "Boolean", "method": true } ], "ui_events": [ { "since": 3, "parameters": [ [ "Boolean", "enabled" ], [ "Array", "cursor_styles" ] ], "name": "mode_info_set" }, { "since": 3, "parameters": [], "name": "update_menu" }, { "since": 3, "parameters": [], "name": "busy_start" }, { "since": 3, "parameters": [], "name": "busy_stop" }, { "since": 3, "parameters": [], "name": "mouse_on" }, { "since": 3, "parameters": [], "name": "mouse_off" }, { "since": 3, "parameters": [ [ "String", "mode" ], [ "Integer", "mode_idx" ] ], "name": "mode_change" }, { "since": 3, "parameters": [], "name": "bell" }, { "since": 3, "parameters": [], "name": "visual_bell" }, { "since": 3, "parameters": [], "name": "flush" }, { "since": 3, "parameters": [], "name": "suspend" }, { "since": 3, "parameters": [ [ "String", "title" ] ], "name": "set_title" }, { "since": 3, "parameters": [ [ "String", "icon" ] ], "name": "set_icon" }, { "since": 7, "parameters": [ [ "String", "path" ] ], "name": "screenshot" }, { "since": 4, "parameters": [ [ "String", "name" ], [ "Object", "value" ] ], "name": "option_set" }, { "since": 3, "parameters": [ [ "Integer", "fg" ] ], "name": "update_fg" }, { "since": 3, "parameters": [ [ "Integer", "bg" ] ], "name": "update_bg" }, { "since": 3, "parameters": [ [ "Integer", "sp" ] ], "name": "update_sp" }, { "since": 3, "parameters": [ [ "Integer", "width" ], [ "Integer", "height" ] ], "name": "resize" }, { "since": 3, "parameters": [], "name": "clear" }, { "since": 3, "parameters": [], "name": "eol_clear" }, { "since": 3, "parameters": [ [ "Integer", "row" ], [ "Integer", "col" ] ], "name": "cursor_goto" }, { "since": 3, "parameters": [ [ "Dictionary", "attrs" ] ], "name": "highlight_set" }, { "since": 3, "parameters": [ [ "String", "str" ] ], "name": "put" }, { "since": 3, "parameters": [ [ "Integer", "top" ], [ "Integer", "bot" ], [ "Integer", "left" ], [ "Integer", "right" ] ], "name": "set_scroll_region" }, { "since": 3, "parameters": [ [ "Integer", "count" ] ], "name": "scroll" }, { "since": 4, "parameters": [ [ "Integer", "rgb_fg" ], [ "Integer", "rgb_bg" ], [ "Integer", "rgb_sp" ], [ "Integer", "cterm_fg" ], [ "Integer", "cterm_bg" ] ], "name": "default_colors_set" }, { "since": 5, "parameters": [ [ "Integer", "id" ], [ "Dictionary", "rgb_attrs" ], [ "Dictionary", "cterm_attrs" ], [ "Array", "info" ] ], "name": "hl_attr_define" }, { "since": 6, "parameters": [ [ "String", "name" ], [ "Integer", "id" ] ], "name": "hl_group_set" }, { "since": 5, "parameters": [ [ "Integer", "grid" ], [ "Integer", "width" ], [ "Integer", "height" ] ], "name": "grid_resize" }, { "since": 5, "parameters": [ [ "Integer", "grid" ] ], "name": "grid_clear" }, { "since": 5, "parameters": [ [ "Integer", "grid" ], [ "Integer", "row" ], [ "Integer", "col" ] ], "name": "grid_cursor_goto" }, { "since": 5, "parameters": [ [ "Integer", "grid" ], [ "Integer", "row" ], [ "Integer", "col_start" ], [ "Array", "data" ] ], "name": "grid_line" }, { "since": 5, "parameters": [ [ "Integer", "grid" ], [ "Integer", "top" ], [ "Integer", "bot" ], [ "Integer", "left" ], [ "Integer", "right" ], [ "Integer", "rows" ], [ "Integer", "cols" ] ], "name": "grid_scroll" }, { "since": 6, "parameters": [ [ "Integer", "grid" ] ], "name": "grid_destroy" }, { "since": 6, "parameters": [ [ "Integer", "grid" ], [ "Window", "win" ], [ "Integer", "startrow" ], [ "Integer", "startcol" ], [ "Integer", "width" ], [ "Integer", "height" ] ], "name": "win_pos" }, { "since": 6, "parameters": [ [ "Integer", "grid" ], [ "Window", "win" ], [ "String", "anchor" ], [ "Integer", "anchor_grid" ], [ "Float", "anchor_row" ], [ "Float", "anchor_col" ], [ "Boolean", "focusable" ], [ "Integer", "zindex" ] ], "name": "win_float_pos" }, { "since": 6, "parameters": [ [ "Integer", "grid" ], [ "Window", "win" ] ], "name": "win_external_pos" }, { "since": 6, "parameters": [ [ "Integer", "grid" ] ], "name": "win_hide" }, { "since": 6, "parameters": [ [ "Integer", "grid" ] ], "name": "win_close" }, { "since": 6, "parameters": [ [ "Integer", "grid" ], [ "Integer", "row" ], [ "Boolean", "scrolled" ], [ "String", "sep_char" ] ], "name": "msg_set_pos" }, { "since": 7, "parameters": [ [ "Integer", "grid" ], [ "Window", "win" ], [ "Integer", "topline" ], [ "Integer", "botline" ], [ "Integer", "curline" ], [ "Integer", "curcol" ] ], "name": "win_viewport" }, { "since": 3, "parameters": [ [ "Array", "items" ], [ "Integer", "selected" ], [ "Integer", "row" ], [ "Integer", "col" ], [ "Integer", "grid" ] ], "name": "popupmenu_show" }, { "since": 3, "parameters": [], "name": "popupmenu_hide" }, { "since": 3, "parameters": [ [ "Integer", "selected" ] ], "name": "popupmenu_select" }, { "since": 3, "parameters": [ [ "Tabpage", "current" ], [ "Array", "tabs" ], [ "Buffer", "current_buffer" ], [ "Array", "buffers" ] ], "name": "tabline_update" }, { "since": 3, "parameters": [ [ "Array", "content" ], [ "Integer", "pos" ], [ "String", "firstc" ], [ "String", "prompt" ], [ "Integer", "indent" ], [ "Integer", "level" ] ], "name": "cmdline_show" }, { "since": 3, "parameters": [ [ "Integer", "pos" ], [ "Integer", "level" ] ], "name": "cmdline_pos" }, { "since": 3, "parameters": [ [ "String", "c" ], [ "Boolean", "shift" ], [ "Integer", "level" ] ], "name": "cmdline_special_char" }, { "since": 3, "parameters": [ [ "Integer", "level" ] ], "name": "cmdline_hide" }, { "since": 3, "parameters": [ [ "Array", "lines" ] ], "name": "cmdline_block_show" }, { "since": 3, "parameters": [ [ "Array", "lines" ] ], "name": "cmdline_block_append" }, { "since": 3, "parameters": [], "name": "cmdline_block_hide" }, { "since": 3, "parameters": [ [ "Array", "items" ] ], "name": "wildmenu_show" }, { "since": 3, "parameters": [ [ "Integer", "selected" ] ], "name": "wildmenu_select" }, { "since": 3, "parameters": [], "name": "wildmenu_hide" }, { "since": 6, "parameters": [ [ "String", "kind" ], [ "Array", "content" ], [ "Boolean", "replace_last" ] ], "name": "msg_show" }, { "since": 6, "parameters": [], "name": "msg_clear" }, { "since": 6, "parameters": [ [ "Array", "content" ] ], "name": "msg_showcmd" }, { "since": 6, "parameters": [ [ "Array", "content" ] ], "name": "msg_showmode" }, { "since": 6, "parameters": [ [ "Array", "content" ] ], "name": "msg_ruler" }, { "since": 6, "parameters": [ [ "Array", "entries" ] ], "name": "msg_history_show" } ], "ui_options": [ "rgb", "ext_cmdline", "ext_popupmenu", "ext_tabline", "ext_wildmenu", "ext_messages", "ext_linegrid", "ext_multigrid", "ext_hlstate", "ext_termcolors" ], "error_types": { "Exception": { "id": 0 }, "Validation": { "id": 1 } }, "types": { "Buffer": { "id": 0, "prefix": "nvim_buf_" }, "Window": { "id": 1, "prefix": "nvim_win_" }, "Tabpage": { "id": 2, "prefix": "nvim_tabpage_" } } } ],null 11:14:42 AM DEBUG [transport] - nvim notification: nvim_set_client_info,[ "coc", { "major": 0, "minor": 0, "patch": 80 }, "remote", {}, {} ] 11:14:42 AM DEBUG [transport] - request to nvim: 3,nvim_get_vvar,[ "vim_did_enter" ] 11:14:43 AM DEBUG [transport] - request to vim blocked more than 1s: nvim_call_function [ "coc#util#path_replace_patterns", [] ],Error at hN.request (/home/hrai/.vim/plugged/coc.nvim/build/index.js:30:3964) at /home/hrai/.vim/plugged/coc.nvim/build/index.js:29:34677 at new Promise () at _N.request (/home/hrai/.vim/plugged/coc.nvim/build/index.js:29:34642) at _N.call (/home/hrai/.vim/plugged/coc.nvim/build/index.js:31:6260) at X_e (/home/hrai/.vim/plugged/coc.nvim/build/index.js:253:42887) at Object. (/home/hrai/.vim/plugged/coc.nvim/build/index.js:253:44916) at Module._compile (node:internal/modules/cjs/loader:1095:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1124:10) at Module.load (node:internal/modules/cjs/loader:975:32) 11:14:43 AM DEBUG [transport] - request to vim blocked more than 1s: nvim_get_vvar [ "vim_did_enter" ],Error at hN.request (/home/hrai/.vim/plugged/coc.nvim/build/index.js:30:3964) at /home/hrai/.vim/plugged/coc.nvim/build/index.js:29:34677 at new Promise () at _N.request (/home/hrai/.vim/plugged/coc.nvim/build/index.js:29:34642) at _N.getVvar (/home/hrai/.vim/plugged/coc.nvim/build/index.js:31:7020) at /home/hrai/.vim/plugged/coc.nvim/build/index.js:253:44675 at processTicksAndRejections (node:internal/process/task_queues:96:5) 11:14:44 AM DEBUG [transport] - response of nvim: 2,1085ms,null,null 11:14:44 AM DEBUG [transport] - response of nvim: 3,1047ms,1,null 11:14:44 AM DEBUG [transport] - request to nvim: 4,nvim_eval,[ "&runtimepath" ] 11:14:44 AM DEBUG [transport] - response of nvim: 4,9ms,/home/hrai/.vim,/home/hrai/.vim/plugged/coc.nvim,/home/hrai/.vim/plugged/beacon.nvim,/home/hrai/.vim/plugged/papercolor-theme,/home/hrai/.vim/plugged/vim-visual-multi,/home/hrai/.vim/plugged/vim-easy-align,/home/hrai/.vim/plugged/enabler_vim,/home/hrai/.vim/plugged/vim-better-whitespace,/home/hrai/.vim/plugged/indentLine,/home/hrai/.vim/plugged/vim-sleuth,/home/hrai/.vim/plugged/vim-easymotion,/home/hrai/.vim/plugged/vim-exchange,/home/hrai/.vim/plugged/vim-log-syntax,/home/hrai/.vim/plugged/vim-dispatch,/home/hrai/.vim/plugged/vim-repeat,/home/hrai/.vim/plugged/vim-commentary,/home/hrai/.vim/plugged/vim-tbone,/home/hrai/.vim/plugged/vim-expand-region,/home/hrai/.vim/plugged/vim-operator-highlight,/home/hrai/.vim/plugged/fzf,/home/hrai/.vim/plugged/fzf.vim,/home/hrai/.vim/plugged/fzf-checkout.vim,/home/hrai/.vim/plugged/vim-auto-save,/home/hrai/.vim/plugged/vim-abolish,/home/hrai/.vim/plugged/vim-markdown,/home/hrai/.vim/plugged/vim-fugitive,/home/hrai/.vim/plugged/vim-surround,/home/hrai/.vim/plugged/vim-obsession,/home/hrai/.vim/plugged/lightline.vim,/home/hrai/.vim/plugged/nerdtree,/home/hrai/.vim/plugged/nerdtree-git-plugin,/home/hrai/.vim/plugged/vim-devicons,/home/hrai/.vim/plugged/open_file_under_cursor.vim,/home/hrai/.vim/plugged/tabular,/home/hrai/.vim/plugged/supertab,/home/hrai/.vim/plugged/vim-gutentags,/home/hrai/.vim/plugged/vim-bufonly,/home/hrai/.vim/plugged/vim-snippets,/home/hrai/.vim/plugged/online-thesaurus-vim,/home/hrai/.vim/plugged/vim-autocorrect,/home/hrai/.vim/plugged/vim-tmux-navigator,/home/hrai/.vim/plugged/vim-listtrans,/home/hrai/.vim/plugged/vim-indent-object,/home/hrai/.vim/plugged/vim-csharp-snippets,/home/hrai/.vim/plugged/vim-gtfo,/home/hrai/.vim/plugged/vim-eunuch,/home/hrai/.vim/plugged/editorconfig-vim,/home/hrai/.vim/plugged/git-messenger.vim,/home/hrai/.vim/plugged/vim-conjoin,/home/hrai/.vim/plugged/vim-unimpaired,/home/hrai/.vim/plugged/vim-bracketed-paste,/home/hrai/.vim/plugged/vim-diff-enhanced,/home/hrai/.vim/plugged/vim-tmux,/home/hrai/.vim/plugged/vim-sneak,/home/hrai/.vim/plugged/rainbow,/home/hrai/.vim/plugged/matchit,/home/hrai/.vim/plugged/targets.vim,/home/hrai/.vim/plugged/undotree,/home/hrai/.vim/plugged/vim-buffet,/home/hrai/.vim/plugged/vim-leader-guide,/home/hrai/.vim/plugged/vim-strip-trailing-whitespace,/home/hrai/.vim/plugged/vim-startify,/home/hrai/.vim/plugged/vim-python-pep8-indent,/home/hrai/.vim/plugged/vim-SQL-UPPER,/home/hrai/.vim/plugged/vim-quickhl,/home/hrai/.vim/plugged/alternate-toggler,/home/hrai/.vim/plugged/vim-smoothie,/home/hrai/.vim/plugged/splitjoin.vim,/home/hrai/.vim/plugged/vim-peekaboo,/home/hrai/.vim/plugged/vim-hardtime,/home/hrai/.vim/plugged/vim-sort-motion,/home/hrai/.vim/plugged/vim-swap,/home/hrai/.vim/plugged/open-browser.vim,/home/hrai/.vim/plugged/zoxide.vim,/home/hrai/.config/nvim,/etc/xdg/nvim,/home/hrai/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/home/hrai/.vim/plugged/vim-polyglot,/home/hrai/.zinit/plugins/neovim---neovim/nvim-linux64/share/nvim/runtime,/home/hrai/.zinit/plugins/lib/nvim,/home/hrai/.vim/plugged/vim-polyglot/after,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/home/hrai/.local/share/nvim/site/after,/etc/xdg/nvim/after,/home/hrai/.config/nvim/after,/home/hrai/.vim/after,/home/hrai/.vim_runtime,/home/hrai/.vim/plugged/indentLine/after,/home/hrai/.vim/plugged/nerdtree-git-plugin/after,/home/hrai/.vim/plugged/tabular/after,/home/hrai/.vim_runtime/sources_non_forked,/home/hrai/.vim_runtime/python_functions,null 11:14:44 AM DEBUG [transport] - request to nvim: 5,nvim_call_function,[ "coc#util#vim_info", [] ] 11:14:44 AM DEBUG [transport] - response of nvim: 5,22ms,{ "pid": 30947, "version": "0.6.0", "background": "dark", "dialog": true, "columns": 198, "completeOpt": "menu,preview", "mode": "n", "textprop": false, "progpath": "/home/hrai/.zinit/plugins/neovim---neovim/nvim", "isCygwin": false, "disabledSources": {}, "apiversion": 9, "isMacvim": false, "floating": true, "extensionRoot": "/home/hrai/.vim/coc_data_home/extensions", "lines": 41, "cmdheight": 2, "config": {}, "isVim": false, "workspaceFolders": null, "updateHighlight": true, "pumevent": 1, "isiTerm": 0, "filetypeMap": {}, "globalExtensions": [ "coc-browser", "coc-css", "coc-dictionary", "coc-explorer", "coc-git", "coc-highlight", "coc-html", "coc-json", "coc-lists", "coc-markdownlint", "coc-omnisharp", "coc-pairs", "coc-powershell", "coc-prettier", "coc-python", "coc-sh", "coc-snippets", "coc-spell-checker", "coc-tabnine", "coc-tsserver", "coc-tag", "coc-vimlsp", "coc-word", "coc-yank" ], "sign": 1, "locationlist": 1, "colorscheme": "PaperColor", "vimCommands": [], "runtimepath": "/home/hrai/.vim,/home/hrai/.vim/plugged/coc.nvim,/home/hrai/.vim/plugged/beacon.nvim,/home/hrai/.vim/plugged/papercolor-theme,/home/hrai/.vim/plugged/vim-visual-multi,/home/hrai/.vim/plugged/vim-easy-align,/home/hrai/.vim/plugged/enabler_vim,/home/hrai/.vim/plugged/vim-better-whitespace,/home/hrai/.vim/plugged/indentLine,/home/hrai/.vim/plugged/vim-sleuth,/home/hrai/.vim/plugged/vim-easymotion,/home/hrai/.vim/plugged/vim-exchange,/home/hrai/.vim/plugged/vim-log-syntax,/home/hrai/.vim/plugged/vim-dispatch,/home/hrai/.vim/plugged/vim-repeat,/home/hrai/.vim/plugged/vim-commentary,/home/hrai/.vim/plugged/vim-tbone,/home/hrai/.vim/plugged/vim-expand-region,/home/hrai/.vim/plugged/vim-operator-highlight,/home/hrai/.vim/plugged/fzf,/home/hrai/.vim/plugged/fzf.vim,/home/hrai/.vim/plugged/fzf-checkout.vim,/home/hrai/.vim/plugged/vim-auto-save,/home/hrai/.vim/plugged/vim-abolish,/home/hrai/.vim/plugged/vim-markdown,/home/hrai/.vim/plugged/vim-fugitive,/home/hrai/.vim/plugged/vim-surround,/home/hrai/.vim/plugged/vim-obsession,/home/hrai/.vim/plugged/lightline.vim,/home/hrai/.vim/plugged/nerdtree,/home/hrai/.vim/plugged/nerdtree-git-plugin,/home/hrai/.vim/plugged/vim-devicons,/home/hrai/.vim/plugged/open_file_under_cursor.vim,/home/hrai/.vim/plugged/tabular,/home/hrai/.vim/plugged/supertab,/home/hrai/.vim/plugged/vim-gutentags,/home/hrai/.vim/plugged/vim-bufonly,/home/hrai/.vim/plugged/vim-snippets,/home/hrai/.vim/plugged/online-thesaurus-vim,/home/hrai/.vim/plugged/vim-autocorrect,/home/hrai/.vim/plugged/vim-tmux-navigator,/home/hrai/.vim/plugged/vim-listtrans,/home/hrai/.vim/plugged/vim-indent-object,/home/hrai/.vim/plugged/vim-csharp-snippets,/home/hrai/.vim/plugged/vim-gtfo,/home/hrai/.vim/plugged/vim-eunuch,/home/hrai/.vim/plugged/editorconfig-vim,/home/hrai/.vim/plugged/git-messenger.vim,/home/hrai/.vim/plugged/vim-conjoin,/home/hrai/.vim/plugged/vim-unimpaired,/home/hrai/.vim/plugged/vim-bracketed-paste,/home/hrai/.vim/plugged/vim-diff-enhanced,/home/hrai/.vim/plugged/vim-tmux,/home/hrai/.vim/plugged/vim-sneak,/home/hrai/.vim/plugged/rainbow,/home/hrai/.vim/plugged/matchit,/home/hrai/.vim/plugged/targets.vim,/home/hrai/.vim/plugged/undotree,/home/hrai/.vim/plugged/vim-buffet,/home/hrai/.vim/plugged/vim-leader-guide,/home/hrai/.vim/plugged/vim-strip-trailing-whitespace,/home/hrai/.vim/plugged/vim-startify,/home/hrai/.vim/plugged/vim-python-pep8-indent,/home/hrai/.vim/plugged/vim-SQL-UPPER,/home/hrai/.vim/plugged/vim-quickhl,/home/hrai/.vim/plugged/alternate-toggler,/home/hrai/.vim/plugged/vim-smoothie,/home/hrai/.vim/plugged/splitjoin.vim,/home/hrai/.vim/plugged/vim-peekaboo,/home/hrai/.vim/plugged/vim-hardtime,/home/hrai/.vim/plugged/vim-sort-motion,/home/hrai/.vim/plugged/vim-swap,/home/hrai/.vim/plugged/open-browser.vim,/home/hrai/.vim/plugged/zoxide.vim,/home/hrai/.config/nvim,/etc/xdg/nvim,/home/hrai/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/home/hrai/.vim/plugged/vim-polyglot,/home/hrai/.zinit/plugins/neovim---neovim/nvim-linux64/share/nvim/runtime,/home/hrai/.zinit/plugins/lib/nvim,/home/hrai/.vim/plugged/vim-polyglot/after,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/home/hrai/.local/share/nvim/site/after,/etc/xdg/nvim/after,/home/hrai/.config/nvim/after,/home/hrai/.vim/after,/home/hrai/.vim_runtime,/home/hrai/.vim/plugged/indentLine/after,/home/hrai/.vim/plugged/nerdtree-git-plugin/after,/home/hrai/.vim/plugged/tabular/after,/home/hrai/.vim_runtime/sources_non_forked,/home/hrai/.vim_runtime/python_functions", "guicursor": "n-v-c-sm:block,i-ci-ve:ver25,r-cr-o:hor20" },null 11:14:44 AM DEBUG [transport] - request to nvim: 6,nvim_eval,[ "[map(getbufinfo({'bufloaded': 1}),'v:val[\"bufnr\"]'),bufnr('%'),win_getid()]" ] 11:14:44 AM DEBUG [transport] - response of nvim: 6,17ms,[ [ 1, 2 ], 1, 1000 ],null 11:14:44 AM DEBUG [transport] - request to nvim: 7,nvim_call_function,[ "coc#util#get_bufoptions", [ 1, 10485760 ] ] 11:14:44 AM DEBUG [transport] - request to nvim: 8,nvim_call_function,[ "coc#util#get_bufoptions", [ 2, 10485760 ] ] 11:14:44 AM DEBUG [transport] - response of nvim: 7,19ms,{ "changedtick": 30, "variables": {}, "winid": 1000, "eol": 1, "previewwindow": false, "bufname": "", "fullpath": "", "filetype": "startify", "buftype": "", "lines": [ "", " *------------------------------------------------------*", " | Debugging is twice as hard as writing the code in |", " | the first place. Therefore, if you write the code |", " | as cleverly as possible, you are, by definition, not |", " | smart enough to debug it. |", " | |", " | - Brian Kernighan |", " *------------------------------------------------------*", " o", " o ^__^", " o (oo)\\_______", " (__)\\ )\\/\\", " ||----w |", " || ||", "", " [e] ", "", " MRU", "", " [0] ~/profile.log", " [1] /mnt/d/auto-capitalise-sentence/src/abbreviation-constants.js", " [2] ~/.vim_runtime/my_configs.vim", " [3] ~/.vim_runtime/vimrcs/basic.vim", " [4] ~/.nb/home/rough.notes", " [5] /mnt/d/commercialrealestate/Domain/Domain.Services.DocumentIndexing.ElasticSearch.Host/Services/BookingApiService.cs", " [6] /mnt/d/commercialrealestate/Domain/Domain.Services.DocumentIndexing.ElasticSearch.Host/Core/ListingToSearchRowMapper.cs", " [7] /mnt/d/auto-capitalise-sentence/src/name-constants.js", " [8] /mnt/d/auto-capitalise-sentence/src/constants.js", " [9] /mnt/d/fe-dotnet-server-base-image/sdk/publish.ps1", "", " MRU /mnt/d/auto-capitalise-sentence", "", " [10] src/abbreviation-constants.js", " [11] src/name-constants.js", " [12] src/constants.js", " [13] test/util.test.js", " [14] src/location-constants.js", " [15] .husky/.gitignore", " [16] package.json", " [17] .tmuxinator.yml", " [18] src/utils.js", " [19] .github/workflows/release.yml", "", " [q] " ], "iskeyword": "@,48-57,_,192-255", "size": 1637 },null 11:14:44 AM DEBUG [transport] - request to nvim: 9,nvim_buf_attach,[ "[nvim_buf_1]", true, {} ] 11:14:44 AM DEBUG [transport] - response of nvim: 8,19ms,{ "changedtick": 1, "variables": {}, "winid": 1002, "eol": 1, "previewwindow": false, "bufname": "", "fullpath": "", "filetype": "", "buftype": "nofile", "lines": [], "iskeyword": "@,48-57,_,192-255", "size": -1 },null 11:14:44 AM DEBUG [transport] - receive notification: [ "nvim_buf_lines_event", [ "[nvim_buf_1]", 30, 0, -1, [ "", " *------------------------------------------------------*", " | Debugging is twice as hard as writing the code in |", " | the first place. Therefore, if you write the code |", " | as cleverly as possible, you are, by definition, not |", " | smart enough to debug it. |", " | |", " | - Brian Kernighan |", " *------------------------------------------------------*", " o", " o ^__^", " o (oo)\\_______", " (__)\\ )\\/\\", " ||----w |", " || ||", "", " [e] ", "", " MRU", "", " [0] ~/profile.log", " [1] /mnt/d/auto-capitalise-sentence/src/abbreviation-constants.js", " [2] ~/.vim_runtime/my_configs.vim", " [3] ~/.vim_runtime/vimrcs/basic.vim", " [4] ~/.nb/home/rough.notes", " [5] /mnt/d/commercialrealestate/Domain/Domain.Services.DocumentIndexing.ElasticSearch.Host/Services/BookingApiService.cs", " [6] /mnt/d/commercialrealestate/Domain/Domain.Services.DocumentIndexing.ElasticSearch.Host/Core/ListingToSearchRowMapper.cs", " [7] /mnt/d/auto-capitalise-sentence/src/name-constants.js", " [8] /mnt/d/auto-capitalise-sentence/src/constants.js", " [9] /mnt/d/fe-dotnet-server-base-image/sdk/publish.ps1", "", " MRU /mnt/d/auto-capitalise-sentence", "", " [10] src/abbreviation-constants.js", " [11] src/name-constants.js", " [12] src/constants.js", " [13] test/util.test.js", " [14] src/location-constants.js", " [15] .husky/.gitignore", " [16] package.json", " [17] .tmuxinator.yml", " [18] src/utils.js", " [19] .github/workflows/release.yml", "", " [q] " ], false ] ] 11:14:44 AM DEBUG [transport] - response of nvim: 9,20ms,true,null 11:14:44 AM DEBUG [transport] - nvim notification: nvim_call_function,[ "coc#_watch", [ "coc_sources_disable_map" ] ] 11:14:44 AM DEBUG [transport] - nvim notification: nvim_call_atomic,[ [ [ "nvim_command", [ "sign define CocError linehl=CocErrorLine texthl=CocErrorSign text=✘ numhl=CocErrorSign" ] ], [ "nvim_command", [ "sign define CocWarning linehl=CocWarningLine texthl=CocWarningSign text= numhl=CocWarningSign" ] ], [ "nvim_command", [ "sign define CocInfo linehl=CocInfoLine texthl=CocInfoSign text= numhl=CocInfoSign" ] ], [ "nvim_command", [ "sign define CocHint linehl=CocHintLine texthl=CocHintSign text=ﯦ numhl=CocHintSign" ] ] ] ] 11:14:44 AM DEBUG [transport] - nvim notification: nvim_command,[ "sign define CocSelected text=* texthl=CocSelectedText linehl=CocSelectedLine" ] 11:14:44 AM DEBUG [transport] - request to nvim: 10,nvim_call_function,[ "bufnr", [] ] 11:14:44 AM DEBUG [transport] - request to nvim: 11,nvim_call_function,[ "execute", [ "\n if !exists('g:coc_helper_module_p30952_0_10_1')\n let g:coc_helper_module_p30952_0_10_1 = {}\n endif\n\n function! CocHelperCallFn_0_10_1(module_key, method_name, args)\n try\n return call(g:coc_helper_module_p30952_0_10_1[a:module_key][a:method_name], a:args)\n catch\n let ex = v:exception\n let msg = 'error when call ' . a:module_key . '.' . a:method_name\n echom msg\n echom ex\n throw msg . ex\n endtry\n endfunction\n\n function! CocHelperCallVar_0_10_1(module_key, var_name, expression)\n try\n let g:coc_helper_module_p30952_0_10_1[a:module_key][a:var_name] = eval(a:expression)\n catch\n let ex = v:exception\n let msg = 'error when declare ' . a:module_key . '.' . a:var_name\n echom msg\n echom ex\n throw msg . ex\n endtry\n endfunction\n " ] ] 11:14:44 AM DEBUG [transport] - request to nvim: 12,nvim_buf_get_option,[ "[nvim_buf_2]", "iskeyword" ] 11:14:44 AM DEBUG [transport] - request to nvim: 13,nvim_buf_get_option,[ "[nvim_buf_1]", "iskeyword" ] 11:14:44 AM DEBUG [transport] - request to nvim: 14,nvim_call_function,[ "maparg", [ "", "i" ] ] 11:14:44 AM DEBUG [transport] - request to nvim: 15,nvim_get_current_buf,[] 11:14:44 AM DEBUG [transport] - request to nvim: 16,nvim_get_option,[ "runtimepath" ] 11:14:44 AM DEBUG [transport] - request to nvim: 17,nvim_call_function,[ "has", [ "pythonx" ] ] 11:14:44 AM DEBUG [transport] - request to nvim: 18,nvim_eval,[ "&rtp" ] 11:14:44 AM DEBUG [transport] - nvim notification: nvim_command,[ "xnoremap (coc-convert-snippet) :call coc#rpc#notify('doKeymap', ['convert-snippet'])" ] 11:14:44 AM DEBUG [transport] - nvim notification: nvim_command,[ "inoremap (coc-snippets-expand) coc#_insert_key('notify', 'snippets-expand', 1)" ] 11:14:44 AM DEBUG [transport] - nvim notification: nvim_command,[ "inoremap (coc-snippets-expand-jump) coc#_insert_key('notify', 'snippets-expand-jump', 1)" ] 11:14:44 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-snippets-select) :call coc#rpc#notify('doKeymap', ['snippets-select'])" ] 11:14:44 AM DEBUG [transport] - request to nvim: 19,nvim_eval,[ "sort(map(split(globpath(&rtp, 'syntax/*.vim'), '\n'),'fnamemodify(v:val, \":t:r\")'))" ] 11:14:44 AM DEBUG [transport] - request to nvim: 20,nvim_command,[ "source /tmp/nvimt653pi/coc.nvim-30952/coc-30952.vim" ] 11:14:44 AM DEBUG [transport] - nvim notification: nvim_call_atomic,[ [ [ "nvim_set_var", [ "WorkspaceFolders", [] ] ], [ "nvim_set_var", [ "coc_service_initialized", 1 ] ], [ "nvim_call_function", [ "coc#util#do_autocmd", [ "CocNvimInit" ] ] ] ] ] 11:14:44 AM DEBUG [transport] - nvim notification: nvim_call_atomic,[ [ [ "nvim_set_var", [ "coc_status", " ⠦ loading snippets" ] ], [ "nvim_call_function", [ "coc#util#do_autocmd", [ "CocStatusChange" ] ] ] ] ] 11:14:44 AM DEBUG [transport] - nvim notification: nvim_command,[ "highlight default link HighlightedyankRegion IncSearch" ] 11:14:44 AM DEBUG [transport] - request to nvim: 21,nvim_command,[ "source /tmp/nvimt653pi/coc.nvim-30952/coc-30952.vim" ] 11:14:44 AM DEBUG [transport] - request to nvim: 22,nvim_create_namespace,[ "coc-git-virtual" ] 11:14:44 AM DEBUG [transport] - response of nvim: 10,317ms,1,null 11:14:44 AM DEBUG [transport] - response of nvim: 11,315ms,,null 11:14:44 AM DEBUG [transport] - response of nvim: 12,279ms,@,48-57,_,192-255,null 11:14:44 AM DEBUG [transport] - response of nvim: 13,278ms,@,48-57,_,192-255,null 11:14:44 AM DEBUG [transport] - response of nvim: 14,201ms,,null 11:14:44 AM DEBUG [transport] - response of nvim: 15,103ms,[nvim_buf_1],null 11:14:44 AM DEBUG [transport] - response of nvim: 16,97ms,/home/hrai/.vim,/home/hrai/.vim/plugged/coc.nvim,/home/hrai/.vim/plugged/beacon.nvim,/home/hrai/.vim/plugged/papercolor-theme,/home/hrai/.vim/plugged/vim-visual-multi,/home/hrai/.vim/plugged/vim-easy-align,/home/hrai/.vim/plugged/enabler_vim,/home/hrai/.vim/plugged/vim-better-whitespace,/home/hrai/.vim/plugged/indentLine,/home/hrai/.vim/plugged/vim-sleuth,/home/hrai/.vim/plugged/vim-easymotion,/home/hrai/.vim/plugged/vim-exchange,/home/hrai/.vim/plugged/vim-log-syntax,/home/hrai/.vim/plugged/vim-dispatch,/home/hrai/.vim/plugged/vim-repeat,/home/hrai/.vim/plugged/vim-commentary,/home/hrai/.vim/plugged/vim-tbone,/home/hrai/.vim/plugged/vim-expand-region,/home/hrai/.vim/plugged/vim-operator-highlight,/home/hrai/.vim/plugged/fzf,/home/hrai/.vim/plugged/fzf.vim,/home/hrai/.vim/plugged/fzf-checkout.vim,/home/hrai/.vim/plugged/vim-auto-save,/home/hrai/.vim/plugged/vim-abolish,/home/hrai/.vim/plugged/vim-markdown,/home/hrai/.vim/plugged/vim-fugitive,/home/hrai/.vim/plugged/vim-surround,/home/hrai/.vim/plugged/vim-obsession,/home/hrai/.vim/plugged/lightline.vim,/home/hrai/.vim/plugged/nerdtree,/home/hrai/.vim/plugged/nerdtree-git-plugin,/home/hrai/.vim/plugged/vim-devicons,/home/hrai/.vim/plugged/open_file_under_cursor.vim,/home/hrai/.vim/plugged/tabular,/home/hrai/.vim/plugged/supertab,/home/hrai/.vim/plugged/vim-gutentags,/home/hrai/.vim/plugged/vim-bufonly,/home/hrai/.vim/plugged/vim-snippets,/home/hrai/.vim/plugged/online-thesaurus-vim,/home/hrai/.vim/plugged/vim-autocorrect,/home/hrai/.vim/plugged/vim-tmux-navigator,/home/hrai/.vim/plugged/vim-listtrans,/home/hrai/.vim/plugged/vim-indent-object,/home/hrai/.vim/plugged/vim-csharp-snippets,/home/hrai/.vim/plugged/vim-gtfo,/home/hrai/.vim/plugged/vim-eunuch,/home/hrai/.vim/plugged/editorconfig-vim,/home/hrai/.vim/plugged/git-messenger.vim,/home/hrai/.vim/plugged/vim-conjoin,/home/hrai/.vim/plugged/vim-unimpaired,/home/hrai/.vim/plugged/vim-bracketed-paste,/home/hrai/.vim/plugged/vim-diff-enhanced,/home/hrai/.vim/plugged/vim-tmux,/home/hrai/.vim/plugged/vim-sneak,/home/hrai/.vim/plugged/rainbow,/home/hrai/.vim/plugged/matchit,/home/hrai/.vim/plugged/targets.vim,/home/hrai/.vim/plugged/undotree,/home/hrai/.vim/plugged/vim-buffet,/home/hrai/.vim/plugged/vim-leader-guide,/home/hrai/.vim/plugged/vim-strip-trailing-whitespace,/home/hrai/.vim/plugged/vim-startify,/home/hrai/.vim/plugged/vim-python-pep8-indent,/home/hrai/.vim/plugged/vim-SQL-UPPER,/home/hrai/.vim/plugged/vim-quickhl,/home/hrai/.vim/plugged/alternate-toggler,/home/hrai/.vim/plugged/vim-smoothie,/home/hrai/.vim/plugged/splitjoin.vim,/home/hrai/.vim/plugged/vim-peekaboo,/home/hrai/.vim/plugged/vim-hardtime,/home/hrai/.vim/plugged/vim-sort-motion,/home/hrai/.vim/plugged/vim-swap,/home/hrai/.vim/plugged/open-browser.vim,/home/hrai/.vim/plugged/zoxide.vim,/home/hrai/.config/nvim,/etc/xdg/nvim,/home/hrai/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/home/hrai/.vim/plugged/vim-polyglot,/home/hrai/.zinit/plugins/neovim---neovim/nvim-linux64/share/nvim/runtime,/home/hrai/.zinit/plugins/lib/nvim,/home/hrai/.vim/plugged/vim-polyglot/after,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/home/hrai/.local/share/nvim/site/after,/etc/xdg/nvim/after,/home/hrai/.config/nvim/after,/home/hrai/.vim/after,/home/hrai/.vim_runtime,/home/hrai/.vim/plugged/indentLine/after,/home/hrai/.vim/plugged/nerdtree-git-plugin/after,/home/hrai/.vim/plugged/tabular/after,/home/hrai/.vim_runtime/sources_non_forked,/home/hrai/.vim_runtime/python_functions,null 11:14:44 AM DEBUG [transport] - response of nvim: 17,96ms,1,null 11:14:44 AM DEBUG [transport] - response of nvim: 18,95ms,/home/hrai/.vim,/home/hrai/.vim/plugged/coc.nvim,/home/hrai/.vim/plugged/beacon.nvim,/home/hrai/.vim/plugged/papercolor-theme,/home/hrai/.vim/plugged/vim-visual-multi,/home/hrai/.vim/plugged/vim-easy-align,/home/hrai/.vim/plugged/enabler_vim,/home/hrai/.vim/plugged/vim-better-whitespace,/home/hrai/.vim/plugged/indentLine,/home/hrai/.vim/plugged/vim-sleuth,/home/hrai/.vim/plugged/vim-easymotion,/home/hrai/.vim/plugged/vim-exchange,/home/hrai/.vim/plugged/vim-log-syntax,/home/hrai/.vim/plugged/vim-dispatch,/home/hrai/.vim/plugged/vim-repeat,/home/hrai/.vim/plugged/vim-commentary,/home/hrai/.vim/plugged/vim-tbone,/home/hrai/.vim/plugged/vim-expand-region,/home/hrai/.vim/plugged/vim-operator-highlight,/home/hrai/.vim/plugged/fzf,/home/hrai/.vim/plugged/fzf.vim,/home/hrai/.vim/plugged/fzf-checkout.vim,/home/hrai/.vim/plugged/vim-auto-save,/home/hrai/.vim/plugged/vim-abolish,/home/hrai/.vim/plugged/vim-markdown,/home/hrai/.vim/plugged/vim-fugitive,/home/hrai/.vim/plugged/vim-surround,/home/hrai/.vim/plugged/vim-obsession,/home/hrai/.vim/plugged/lightline.vim,/home/hrai/.vim/plugged/nerdtree,/home/hrai/.vim/plugged/nerdtree-git-plugin,/home/hrai/.vim/plugged/vim-devicons,/home/hrai/.vim/plugged/open_file_under_cursor.vim,/home/hrai/.vim/plugged/tabular,/home/hrai/.vim/plugged/supertab,/home/hrai/.vim/plugged/vim-gutentags,/home/hrai/.vim/plugged/vim-bufonly,/home/hrai/.vim/plugged/vim-snippets,/home/hrai/.vim/plugged/online-thesaurus-vim,/home/hrai/.vim/plugged/vim-autocorrect,/home/hrai/.vim/plugged/vim-tmux-navigator,/home/hrai/.vim/plugged/vim-listtrans,/home/hrai/.vim/plugged/vim-indent-object,/home/hrai/.vim/plugged/vim-csharp-snippets,/home/hrai/.vim/plugged/vim-gtfo,/home/hrai/.vim/plugged/vim-eunuch,/home/hrai/.vim/plugged/editorconfig-vim,/home/hrai/.vim/plugged/git-messenger.vim,/home/hrai/.vim/plugged/vim-conjoin,/home/hrai/.vim/plugged/vim-unimpaired,/home/hrai/.vim/plugged/vim-bracketed-paste,/home/hrai/.vim/plugged/vim-diff-enhanced,/home/hrai/.vim/plugged/vim-tmux,/home/hrai/.vim/plugged/vim-sneak,/home/hrai/.vim/plugged/rainbow,/home/hrai/.vim/plugged/matchit,/home/hrai/.vim/plugged/targets.vim,/home/hrai/.vim/plugged/undotree,/home/hrai/.vim/plugged/vim-buffet,/home/hrai/.vim/plugged/vim-leader-guide,/home/hrai/.vim/plugged/vim-strip-trailing-whitespace,/home/hrai/.vim/plugged/vim-startify,/home/hrai/.vim/plugged/vim-python-pep8-indent,/home/hrai/.vim/plugged/vim-SQL-UPPER,/home/hrai/.vim/plugged/vim-quickhl,/home/hrai/.vim/plugged/alternate-toggler,/home/hrai/.vim/plugged/vim-smoothie,/home/hrai/.vim/plugged/splitjoin.vim,/home/hrai/.vim/plugged/vim-peekaboo,/home/hrai/.vim/plugged/vim-hardtime,/home/hrai/.vim/plugged/vim-sort-motion,/home/hrai/.vim/plugged/vim-swap,/home/hrai/.vim/plugged/open-browser.vim,/home/hrai/.vim/plugged/zoxide.vim,/home/hrai/.config/nvim,/etc/xdg/nvim,/home/hrai/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/home/hrai/.vim/plugged/vim-polyglot,/home/hrai/.zinit/plugins/neovim---neovim/nvim-linux64/share/nvim/runtime,/home/hrai/.zinit/plugins/lib/nvim,/home/hrai/.vim/plugged/vim-polyglot/after,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/home/hrai/.local/share/nvim/site/after,/etc/xdg/nvim/after,/home/hrai/.config/nvim/after,/home/hrai/.vim/after,/home/hrai/.vim_runtime,/home/hrai/.vim/plugged/indentLine/after,/home/hrai/.vim/plugged/nerdtree-git-plugin/after,/home/hrai/.vim/plugged/tabular/after,/home/hrai/.vim_runtime/sources_non_forked,/home/hrai/.vim_runtime/python_functions,null 11:14:44 AM DEBUG [transport] - response of nvim: 19,70ms,[ "2html", "8th", "8th", "Jenkinsfile", "a2ps", "a2ps", "a65", "a65", "aap", "aap", "abap", "abap", "abaqus", "abaqus", "abc", "abc", "abel", "abel", "acedb", "acedb", "ada", "ada", "aflex", "ahdl", "ahdl", "aidl", "aidl", "alsaconf", "alsaconf", "amiga", "aml", "aml", "ampl", "ampl", "ansible", "ansible_hosts", "ant", "ant", "antlr", "apache", "apache", "apachestyle", "apachestyle", "apiblueprint", "applescript", "aptconf", "aptconf", "arch", "arch", "arduino", "arduino", "art", "art", "asciidoc", "asciidoc", "asl", "asm", "asm68k", "asmh8300", "asn", "asn", "aspperl", "aspperl", "aspvbs", "aspvbs", "asterisk", "asterisk", "asteriskvm", "asteriskvm", "atlas", "atlas", "autodoc", "autodoc", "autohotkey", "autoit", "autoit", "automake", "automake", "ave", "ave", "avra", "awk", "awk", "ayacc", "b", "b", "baan", "bash", "basic", "basic", "bc", "bc", "bdf", "bdf", "bib", "bib", "bindzone", "bindzone", "blade", "blank", "blank", "brewfile", "bsdl", "bsdl", "bst", "bst", "btm", "bzl", "bzl", "bzr", "bzr", "c", "c", "c", "cabal", "cabal", "cabal-1", "cabal-2", "cabalconfig", "cabalproject", "caddyfile", "calendar", "calendar", "carp", "catalog", "catalog", "cdl", "cdl", "cdrdaoconf", "cdrdaoconf", "cdrtoc", "cdrtoc", "cf", "cf", "cfg", "cfg", "ch", "ch", "chaiscript", "chaiscript", "change", "changelog", "chaskell", "chaskell", "cheetah", "chicken", "chill", "chill", "chordpro", "chordpro", "cl", "cl", "clean", "clean", "clipper", "clojure", "clojure", "cmake", "cmake", "cmod", "cmod", "cmusrc", "cmusrc", "cobol", "cobol", "coco", "coco", "coffee", "coffee", "colortest", "common", "conaryrecipe", "conaryrecipe", "conf", "conf", "config", "config", "context", "cpp", "cpp", "cpp", "cql", "crm", "crm", "crontab", "crontab", "cryptol", "crystal", "cs", "cs", "csc", "csc", "csdl", "csdl", "csh", "csp", "csp", "css", "css", "csv", "cterm", "cterm", "ctrlh", "cucumber", "cucumber", "cuda", "cuda", "cuesheet", "cupl", "cupl", "cuplsim", "cuplsim", "cvs", "cvs", "cvsrc", "cvsrc", "cweb", "cynlib", "cynpp", "cynpp", "d", "d", "dart", "dart", "datascript", "datascript", "dcd", "dcd", "dcl", "dcov", "dd", "ddoc", "debchangelog", "debchangelog", "debcontrol", "debcontrol", "debcopyright", "debcopyright", "debsources", "debsources", "def", "def", "denyhosts", "denyhosts", "desc", "desc", "desktop", "desktop", "dhall", "dictconf", "dictconf", "dictdconf", "dictdconf", "diff", "diff", "dircolors", "dircolors", "dirpager", "diva", "django", "django", "dns", "dnsmasq", "dnsmasq", "docbk", "docbksgml", "docbkxml", "docker-compose", "dockerfile", "dockerfile", "dosbatch", "dosbatch", "dosini", "dosini", "dot", "dot", "doxygen", "dracula", "dracula", "dsdl", "dsl", "dsl", "dtd", "dtd", "dtml", "dtrace", "dts", "dts", "dune", "dune", "dylan", "dylan", "dylanintr", "dylanintr", "dylanlid", "dylanlid", "ecd", "ecd", "ecrystal", "edif", "edif", "eelixir", "eiffel", "elf", "elf", "elinks", "elinks", "elixir", "elm", "elm", "elmfilt", "elmfilt", "ember-script", "emblem", "epuppet", "erlang", "erlang", "eruby", "eruby", "esmtprc", "esmtprc", "esqlc", "esqlc", "esterel", "esterel", "eterm", "eterm", "euphoria3", "euphoria4", "eviews", "exim", "exim", "expect", "expect", "exports", "exports", "falcon", "falcon", "fan", "fan", "fasm", "fbs", "fdcc", "fennel", "ferm", "fetchmail", "fetchmail", "fgl", "fgl", "fish", "flexwiki", "flow", "focexec", "focexec", "form", "forth", "forth", "fortran", "fortran", "foxpro", "fpcmake", "framescript", "framescript", "freebasic", "freebasic", "fsharp", "fstab", "fstab", "fugitive", "fugitiveblame", "fvwm", "fvwm", "fvwm2m4", "gdb", "gdb", "gdmo", "gdmo", "gdscript3", "gedcom", "gedcom", "gift", "git", "git", "gitcommit", "gitcommit", "gitconfig", "gitconfig", "gitignore", "gitmessengerpopup", "gitolite", "gitolite", "gitrebase", "gitrebase", "gitsendemail", "gitsendemail", "gkrellmrc", "gkrellmrc", "gleam", "glsl", "gmpl", "gnash", "gnash", "gnuplot", "gnuplot", "go", "go", "godebugoutput", "godebugstacktrace", "godebugvariables", "godefstack", "godoc", "gohtmltmpl", "gomod", "gosum", "gotexttmpl", "gp", "gp", "gpg", "gpg", "gprof", "grads", "grads", "graphql", "gretl", "gretl", "groff", "groovy", "groovy", "group", "group", "grub", "grub", "gsl", "gsp", "gsp", "gtkrc", "gtkrc", "haml", "haml", "hamster", "hamster", "handlebars", "haproxy", "haskell", "haskell", "haskell", "haste", "haste", "hastepreproc", "hastepreproc", "haxe", "haxe_extended", "hb", "hb", "hcl", "helm", "help", "help", "help", "help_ru", "hercules", "hercules", "hex", "hex", "hgcommit", "hgcommit", "hitest", "hive", "hjson", "hog", "hog", "hollywood", "hollywood", "hostconf", "hostconf", "hostsaccess", "hostsaccess", "hss", "html", "html", "html", "htmlcheetah", "htmldjango", "htmldjango", "htmlm4", "htmlm4", "htmlos", "hxml", "ia64", "ibasic", "ibasic", "icalendar", "icemenu", "icemenu", "icon", "icon", "idl", "idlang", "idris", "idris", "idris2", "idris2", "indent", "indent", "indentLine", "inform", "inform", "initex", "initng", "initng", "inittab", "inittab", "ion", "ipfilter", "ipfilter", "ishd", "iss", "iss", "ist", "ist", "j", "j", "jal", "jal", "jam", "jam", "jargon", "java", "javacc", "javacc", "javascript", "javascript", "javascript", "javascriptreact", "javascriptreact", "jess", "jess", "jgraph", "jgraph", "jinja2", "jovial", "jovial", "jproperties", "jproperties", "jq", "json", "json", "json5", "jsonc", "jsonnet", "jsp", "jsp", "jst", "jsx", "jsx_pretty", "julia", "juliadoc", "just", "kconfig", "kconfig", "kivy", "kivy", "kix", "kix", "kotlin", "kscript", "kscript", "kwt", "kwt", "lace", "lace", "latte", "latte", "ld", "ld", "ldapconf", "ldif", "ldif", "leaderGuide", "ledger", "less", "less", "lex", "lex", "lftp", "lftp", "lhaskell", "lhaskell", "libao", "libao", "lidris", "lidris2", "lifelines", "lifelines", "lilo", "lilo", "limits", "limits", "liquid", "liquid", "lisp", "lisp", "litcoffee", "lite", "lite", "litestep", "litestep", "llvm", "llvm", "log", "log", "loginaccess", "loginaccess", "logindefs", "logindefs", "logtalk", "logtalk", "lotos", "lotos", "lout", "lout", "lpc", "lpc", "lprolog", "lprolog", "ls", "lscript", "lsl", "lsl", "lsp_markdown", "lss", "lss", "lua", "lua", "lynx", "lynx", "m3build", "m3quake", "m4", "m4", "mail", "mail", "mailaliases", "mailaliases", "mailcap", "mailcap", "make", "make", "mako", "mallard", "mallard", "man", "manconf", "manconf", "manual", "maple", "maple", "markdown", "markdown", "markdown", "masm", "mason", "mason", "master", "master", "matlab", "maxima", "mdx", "mel", "mel", "merlin", "meson", "meson", "messages", "messages", "mf", "mf", "mgl", "mgl", "mgp", "mgp", "mib", "mib", "mint", "mix", "mix", "mlir", "mma", "mma", "mma", "mmix", "mmp", "mmp", "modconf", "modconf", "model", "modsim3", "modula2", "modula2", "modula3", "modula3", "monk", "monk", "moo", "moo", "moon", "mp", "mp", "mplayerconf", "mplayerconf", "mrxvtrc", "mrxvtrc", "msidl", "msidl", "msmessages", "msql", "msql", "mupad", "mupad", "murphi", "murphi", "mush", "mush", "mustache", "muttrc", "muttrc", "mysql", "mysql", "n1ql", "n1ql", "named", "named", "nanorc", "nanorc", "nasm", "nastran", "natural", "natural", "ncf", "ncf", "neomuttrc", "neomuttrc", "nerdtree", "nerdtree", "netrc", "netrc", "netrw", "nftables", "nginx", "nim", "ninja", "ninja", "nix", "nosyntax", "nqc", "nqc", "nroff", "nroff", "nsis", "nsis", "oasis", "obj", "obj", "objc", "objc", "objcpp", "ocaml", "ocaml", "ocamlbuild_tags", "occam", "occam", "ocpbuild", "ocpbuildroot", "octave", "odin", "omake", "omnimark", "omnimark", "opam", "opam", "opencl", "openroad", "openroad", "openscad", "opl", "opl", "ora", "ora", "org", "outline", "pamconf", "pamconf", "pamenv", "pamenv", "papp", "papp", "pascal", "pascal", "passwd", "passwd", "pbtxt", "pcap", "pccts", "pccts", "pdf", "pdf", "peekaboo", "perl", "perl", "pest", "pf", "pf", "pfmain", "pfmain", "pgsql", "php", "php", "phtml", "pic", "pike", "pike", "pilrc", "pilrc", "pine", "pine", "pinfo", "pinfo", "plaintex", "plantuml", "pli", "pli", "plm", "plm", "plp", "plp", "plsql", "plsql", "po", "po", "pod", "pod", "poke", "pony", "postscr", "postscr", "pov", "pov", "povini", "povini", "ppd", "ppd", "ppwiz", "ppwiz", "prescribe", "privoxy", "privoxy", "procmail", "procmail", "progress", "prolog", "prolog", "promela", "promela", "proto", "proto", "protocols", "protocols", "ps1", "ps1", "ps1xml", "ps1xml", "psf", "psf", "psl", "ptcap", "pug", "puppet", "puppet", "purescript", "purifylog", "pyrex", "pyrex", "python", "python", "qf", "qmake", "qml", "quake", "quake", "r", "racc", "racket", "radiance", "radiance", "ragel", "raku", "raku", "raml", "raml", "ratpoison", "ratpoison", "razor", "rc", "rc", "rcs", "rcs", "rcslog", "readline", "readline", "reason", "reason", "rebol", "redif", "registry", "rego", "rego", "remind", "remind", "requirements", "resolv", "resolv", "reva", "reva", "rexx", "rexx", "rhelp", "rhelp", "rib", "rib", "rmd", "rmd", "rnc", "rnc", "rng", "rng", "rnoweb", "rnoweb", "rnoweb-1", "rnoweb-2", "robots", "robots", "rpcgen", "rpcgen", "rpl", "rpl", "rrst", "rrst", "rspec", "rst", "rst", "rtf", "rtf", "ruby", "ruby", "ruby", "rust", "rust", "rust", "samba", "samba", "sas", "sas", "sass", "sass", "sather", "sather", "sbt", "sbt", "scala", "scala", "scheme", "scheme", "scilab", "scilab", "screen", "screen", "scss", "scss", "sd", "sd", "sdc", "sdc", "sdl", "sdl", "sed", "sed", "sendpr", "sensors", "sensors", "services", "services", "setserial", "setserial", "sexplib", "sexplib", "sgml", "sgmldecl", "sgmllnx", "sh", "sh", "shada", "sicad", "sieve", "sieve", "sil", "sil", "simula", "simula", "sinda", "sinda", "sindacmp", "sindaout", "sisu", "sisu", "skill", "skill", "sl", "slang", "slang", "slice", "slice", "slim", "slime", "slpconf", "slpconf", "slpreg", "slpreg", "slpspi", "slpspi", "slrnrc", "slrnrc", "slrnsc", "slrnsc", "sm", "sm", "smarty", "smarty", "smcl", "smcl", "smhl", "smil", "smith", "smith", "sml", "sml", "smt2", "snnsnet", "snnspat", "snnsres", "snobol4", "snobol4", "solidity", "spec", "spec", "specman", "spice", "spice", "splint", "spup", "spup", "spyce", "spyce", "sql", "sql", "sqlanywhere", "sqlforms", "sqlhana", "sqlinformix", "sqlj", "sqlj", "sqloracle", "sqloracle", "sqr", "sqr", "squid", "squid", "srec", "srec", "sshconfig", "sshconfig", "sshdconfig", "sshdconfig", "st", "st", "startify", "stata", "stata", "stp", "stp", "strace", "stylus", "sudoers", "sudoers", "svelte", "svelte-html", "svg", "svg", "svn", "svn", "swift", "swift", "swiftgyb", "swiftgyb", "sxhkdrc", "syncolor", "synload", "syntax", "sysctl", "sysctl", "systemd", "systemd", "systemverilog", "systemverilog", "tablegen", "tads", "tads", "tags", "tags", "tak", "tak", "takcmp", "takout", "tap", "tap", "tar", "taskdata", "taskdata", "taskedit", "taskedit", "tasm", "tcl", "tcl", "tcsh", "template", "template", "teraterm", "teraterm", "terminfo", "terminfo", "terraform", "tex", "tex", "texinfo", "texinfo", "texmf", "texmf", "textile", "tf", "tf", "thesaurus", "thrift", "tidy", "tidy", "tilde", "tilde", "tli", "tli", "tmux", "tmux", "tmux", "toml", "tpp", "tpp", "tptp", "trasys", "trasys", "treetop", "treetop", "trustees", "trustees", "tsalt", "tsalt", "tsscl", "tsscl", "tssgm", "tssgm", "tssop", "tssop", "tsx", "tt2", "tt2", "tt2html", "tt2html", "tt2js", "tt2js", "tutor", "twig", "typescript", "typescript", "typescriptcommon", "typescriptreact", "typescriptreact", "typescriptreact", "uc", "uc", "udevconf", "udevconf", "udevperm", "udevperm", "udevrules", "uil", "uil", "undotree", "unison", "updatedb", "updatedb", "upstart", "upstart", "upstreamdat", "upstreamdat", "upstreaminstalllog", "upstreaminstalllog", "upstreamlog", "upstreamlog", "upstreamrpt", "usserverlog", "usserverlog", "usw2kagtlog", "usw2kagtlog", "vala", "valgrind", "vb", "vb", "vbnet", "vcl", "velocity", "vera", "vera", "verilog", "verilog", "verilogams", "verilogams", "vgrindefs", "vgrindefs", "vhdl", "vhdl", "vim", "vimgo", "viminfo", "viminfo", "vimnormal", "virata", "vlang", "vmasm", "vmasm", "voscm", "voscm", "vrml", "vrml", "vroom", "vroom", "vsejcl", "vue", "vue", "wast", "wast", "wdiff", "web", "webmacro", "webmacro", "wget", "wget", "whitespace", "winbatch", "winbatch", "wml", "wml", "wsh", "wsh", "wsml", "wsml", "wvdial", "wvdial", "xbl", "xdc", "xdefaults", "xdefaults", "xf86conf", "xf86conf", "xhtml", "xhtml", "xinetd", "xinetd", "xkb", "xmath", "xmath", "xml", "xml", "xmodmap", "xmodmap", "xpm", "xpm", "xpm2", "xpm2", "xquery", "xquery", "xs", "xs", "xsd", "xsd", "xsl", "xslt", "xslt", "xxd", "yacc", "yacc", "yaml", "yaml", "yardoc_support", "yats", "z8a", "z8a", "zephir", "zig", "zimbu", "zimbu", "zir", "zsh", "zsh", "zsh" ],null 11:14:44 AM DEBUG [transport] - nvim notification: nvim_command,[ "autocmd BufNewFile,BufRead *.snippets setf snippets" ] 11:14:44 AM DEBUG [transport] - nvim notification: nvim_command,[ "execute 'noa set rtp+='.fnameescape('/home/hrai/.vim/coc_data_home/extensions/node_modules/coc-snippets')" ] 11:14:44 AM DEBUG [transport] - request to nvim: 23,nvim_call_function,[ "bufname", [] ] 11:14:44 AM DEBUG [transport] - request to nvim: 24,nvim_call_function,[ "execute", [ "let g:coc_helper_module_p30952_0_10_1.1_util = {}" ] ] 11:14:44 AM DEBUG [transport] - nvim notification: nvim_call_atomic,[ [ [ "nvim_command", [ "inoremap ( coc#_insert_key('request', 'iKA==0')" ] ], [ "nvim_command", [ "inoremap ) coc#_insert_key('request', 'iKQ==0')" ] ], [ "nvim_command", [ "inoremap [ coc#_insert_key('request', 'iWw==0')" ] ], [ "nvim_command", [ "inoremap ] coc#_insert_key('request', 'iXQ==0')" ] ], [ "nvim_command", [ "inoremap { coc#_insert_key('request', 'iew==0')" ] ], [ "nvim_command", [ "inoremap } coc#_insert_key('request', 'ifQ==0')" ] ], [ "nvim_command", [ "inoremap < coc#_insert_key('request', 'iPA==0')" ] ], [ "nvim_command", [ "inoremap > coc#_insert_key('request', 'iPg==0')" ] ], [ "nvim_command", [ "inoremap ' coc#_insert_key('request', 'iJw==0')" ] ], [ "nvim_command", [ "inoremap \" coc#_insert_key('request', 'iIg==0')" ] ], [ "nvim_command", [ "inoremap ` coc#_insert_key('request', 'iYA==0')" ] ], [ "nvim_command", [ "inoremap coc#_insert_key('request', 'iPGJzPg==0')" ] ] ] ] 11:14:44 AM DEBUG [transport] - request to nvim: 25,nvim_command,[ "source /tmp/nvimt653pi/coc.nvim-30952/coc-30952.vim" ] 11:14:44 AM DEBUG [transport] - request to nvim: 26,nvim_get_current_buf,[] 11:14:44 AM DEBUG [transport] - response of nvim: 20,123ms,null,null 11:14:44 AM DEBUG [transport] - response of nvim: 21,92ms,null,null 11:14:44 AM DEBUG [transport] - response of nvim: 22,87ms,1,null 11:14:44 AM DEBUG [transport] - response of nvim: 23,77ms,,null 11:14:44 AM DEBUG [transport] - response of nvim: 24,77ms,,null 11:14:44 AM DEBUG [transport] - response of nvim: 25,67ms,null,null 11:14:44 AM DEBUG [transport] - response of nvim: 26,67ms,[nvim_buf_1],null 11:14:44 AM DEBUG [transport] - request to nvim: 27,nvim_create_namespace,[ "coc-git-conflicts" ] 11:14:44 AM DEBUG [transport] - request to nvim: 28,nvim_get_var,[ "&filetype" ] 11:14:44 AM DEBUG [transport] - request to nvim: 29,nvim_call_function,[ "execute", [ "let g:coc_helper_module_p30952_0_10_1.2_events = {}" ] ] 11:14:44 AM DEBUG [transport] - nvim notification: nvim_call_atomic,[ [ [ "nvim_set_var", [ "coc_status", " ⠧ cSpell ⠧ loading snippets" ] ], [ "nvim_call_function", [ "coc#util#do_autocmd", [ "CocStatusChange" ] ] ] ] ] 11:14:44 AM DEBUG [transport] - response of nvim: 27,19ms,2,null 11:14:44 AM DEBUG [transport] - response of nvim: 28,18ms,null,[ 1, "Key not found: &filetype" ] 11:14:44 AM DEBUG [transport] - response of nvim: 29,18ms,,null 11:14:44 AM DEBUG [transport] - request to nvim: 30,nvim_eval,[ "&signcolumn" ] 11:14:44 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-git-nextchunk) :call coc#rpc#notify('doKeymap', ['git-nextchunk'])" ] 11:14:44 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-git-prevchunk) :call coc#rpc#notify('doKeymap', ['git-prevchunk'])" ] 11:14:44 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-git-nextconflict) :call coc#rpc#notify('doKeymap', ['git-nextconflict'])" ] 11:14:44 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-git-prevconflict) :call coc#rpc#notify('doKeymap', ['git-prevconflict'])" ] 11:14:44 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-git-keepcurrent) :call coc#rpc#notify('doKeymap', ['git-keepcurrent'])" ] 11:14:44 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-git-keepincoming) :call coc#rpc#notify('doKeymap', ['git-keepincoming'])" ] 11:14:44 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-git-keepboth) :call coc#rpc#notify('doKeymap', ['git-keepboth'])" ] 11:14:44 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-git-chunkinfo) :call coc#rpc#notify('doKeymap', ['git-chunkinfo'])" ] 11:14:44 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-git-commit) :call coc#rpc#notify('doKeymap', ['git-commit'])" ] 11:14:44 AM DEBUG [transport] - nvim notification: nvim_command,[ "onoremap (coc-git-chunk-inner) :call coc#rpc#request('doKeymap', ['git-chunk-inner'])" ] 11:14:44 AM DEBUG [transport] - nvim notification: nvim_command,[ "xnoremap (coc-git-chunk-inner) :call coc#rpc#request('doKeymap', ['git-chunk-inner'])" ] 11:14:44 AM DEBUG [transport] - nvim notification: nvim_command,[ "onoremap (coc-git-chunk-outer) :call coc#rpc#request('doKeymap', ['git-chunk-outer'])" ] 11:14:44 AM DEBUG [transport] - nvim notification: nvim_command,[ "xnoremap (coc-git-chunk-outer) :call coc#rpc#request('doKeymap', ['git-chunk-outer'])" ] 11:14:44 AM DEBUG [transport] - request to nvim: 31,nvim_get_var,[ "coc_explorer_context" ] 11:14:44 AM DEBUG [transport] - request to nvim: 32,nvim_call_function,[ "execute", [ "let g:coc_helper_module_p30952_0_10_1.3_buf = {}" ] ] 11:14:44 AM DEBUG [transport] - request to nvim: 33,nvim_eval,[ "[expand(\"%:p\"),&buftype]" ] 11:14:44 AM DEBUG [transport] - response of nvim: 30,23ms,no,null 11:14:44 AM DEBUG [transport] - response of nvim: 31,8ms,null,[ 1, "Key not found: coc_explorer_context" ] 11:14:44 AM DEBUG [transport] - response of nvim: 32,8ms,,null 11:14:44 AM DEBUG [transport] - response of nvim: 33,8ms,[ "", "" ],null 11:14:44 AM DEBUG [transport] - request to nvim: 34,nvim_call_atomic,[ [ [ "nvim_command", [ "sign define CocGitChanged text=~ texthl=CocGitChangedSign" ] ], [ "nvim_command", [ "hi default link CocGitChangedSign DiffChange" ] ], [ "nvim_command", [ "sign define CocGitAdded text=+ texthl=CocGitAddedSign" ] ], [ "nvim_command", [ "hi default link CocGitAddedSign DiffAdd" ] ], [ "nvim_command", [ "sign define CocGitRemoved text=_ texthl=CocGitRemovedSign" ] ], [ "nvim_command", [ "hi default link CocGitRemovedSign DiffDelete" ] ], [ "nvim_command", [ "sign define CocGitTopRemoved text=‾ texthl=CocGitTopRemovedSign" ] ], [ "nvim_command", [ "hi default link CocGitTopRemovedSign DiffDelete" ] ], [ "nvim_command", [ "sign define CocGitChangeRemoved text=≃ texthl=CocGitChangeRemovedSign" ] ], [ "nvim_command", [ "hi default link CocGitChangeRemovedSign DiffChange" ] ] ] ] 11:14:44 AM DEBUG [transport] - request to nvim: 35,nvim_call_function,[ "execute", [ "let g:coc_helper_module_p30952_0_10_1.4_float = {}" ] ] 11:14:44 AM DEBUG [transport] - nvim notification: nvim_call_atomic,[ [ [ "nvim_set_var", [ "coc_git_status", "" ] ], [ "nvim_call_function", [ "coc#util#do_autocmd", [ "CocGitStatusChange" ] ] ] ] ] 11:14:44 AM DEBUG [transport] - request to nvim: 36,nvim_set_var,[ "coc_explorer_context", { "previousBufnr": 1 } ] 11:14:44 AM DEBUG [transport] - response of nvim: 34,5ms,[ [ null, null, null, null, null, null, null, null, null, null ], null ],null 11:14:44 AM DEBUG [transport] - response of nvim: 35,4ms,,null 11:14:44 AM DEBUG [transport] - response of nvim: 36,4ms,null,null 11:14:44 AM DEBUG [transport] - request to nvim: 37,nvim_call_function,[ "execute", [ "\n function! g:coc_helper_module_p30952_0_10_1.1_util.global_cursor_position()\n let nr = winnr()\n let [row, col] = win_screenpos(nr)\n return [row + winline() - 2, col + wincol() - 2]\n endfunction\n " ] ] 11:14:44 AM DEBUG [transport] - request to nvim: 38,nvim_call_function,[ "win_getid", [] ] 11:14:44 AM DEBUG [transport] - request to nvim: 39,nvim_eval,[ "get(g:, \"UltiSnipsSnippetDirectories\", [])" ] 11:14:44 AM DEBUG [transport] - response of nvim: 37,28ms,,null 11:14:44 AM DEBUG [transport] - response of nvim: 38,29ms,1000,null 11:14:44 AM DEBUG [transport] - response of nvim: 39,28ms,[],null 11:14:44 AM DEBUG [transport] - request to nvim: 40,nvim_get_var,[ "coc_explorer_context" ] 11:14:44 AM DEBUG [transport] - request to nvim: 41,nvim_call_function,[ "execute", [ "\n function! g:coc_helper_module_p30952_0_10_1.1_util.is_float(winnr) abort\n if !exists('*nvim_win_get_config')\n return v:false\n endif\n let winid = win_getid(a:winnr)\n return nvim_win_get_config(winid)['relative'] != ''\n endfunction\n " ] ] 11:14:44 AM DEBUG [transport] - response of nvim: 40,2ms,{ "previousBufnr": 1 },null 11:14:44 AM DEBUG [transport] - request to nvim: 42,nvim_set_var,[ "coc_explorer_context", { "previousBufnr": 1, "previousWindowID": 1000 } ] 11:14:44 AM DEBUG [transport] - response of nvim: 41,11ms,,null 11:14:44 AM DEBUG [transport] - response of nvim: 42,10ms,null,null 11:14:44 AM DEBUG [transport] - request to nvim: 43,nvim_call_function,[ "execute", [ "\n if exists('*nvim_win_close')\n function! g:coc_helper_module_p30952_0_10_1.1_util.close_win_by_bufnr(bufnrs) abort\n for bufnr in a:bufnrs\n try\n let winid = bufwinid(bufnr)\n if winid >= 0\n call nvim_win_close(winid, v:true)\n endif\n catch\n endtry\n endfor\n endfunction\n else\n function! g:coc_helper_module_p30952_0_10_1.1_util.close_win_by_bufnr(bufnrs) abort\n for bufnr in a:bufnrs\n try\n let winnr = bufwinnr(bufnr)\n if winnr >= 0\n execute winnr . 'wincmd c'\n endif\n catch\n endtry\n endfor\n endfunction\n endif\n " ] ] 11:14:44 AM DEBUG [transport] - response of nvim: 43,8ms,,null 11:14:44 AM DEBUG [transport] - request to nvim: 44,nvim_call_function,[ "execute", [ "\n function! g:coc_helper_module_p30952_0_10_1.1_util.run_coc_cmd(name, ...) abort\n return call('CocAction', extend(['runCommand', a:name], a:000))\n endfunction\n " ] ] 11:14:44 AM DEBUG [transport] - request to nvim: 45,nvim_get_var,[ "snips_author" ] 11:14:44 AM DEBUG [transport] - response of nvim: 44,9ms,,null 11:14:44 AM DEBUG [transport] - response of nvim: 45,1ms,yourname,null 11:14:44 AM DEBUG [transport] - request to nvim: 46,nvim_call_function,[ "execute", [ "\n function! g:coc_helper_module_p30952_0_10_1.1_util.run_coc_cmd_async(name, ...) abort\n return call('CocActionAsync', extend(['runCommand', a:name], a:000))\n endfunction\n " ] ] 11:14:44 AM DEBUG [transport] - nvim notification: nvim_call_atomic,[ [ [ "nvim_set_var", [ "coc_status", " ⠇ cSpell ⠇ loading snippets" ] ], [ "nvim_call_function", [ "coc#util#do_autocmd", [ "CocStatusChange" ] ] ] ] ] 11:14:44 AM DEBUG [transport] - response of nvim: 46,27ms,,null 11:14:44 AM DEBUG [transport] - request to nvim: 47,nvim_call_function,[ "execute", [ "\n function! g:coc_helper_module_p30952_0_10_1.2_events.activate(augroup_name, autocmd_events) abort\n execute 'augroup ' . a:augroup_name\n autocmd!\n for autocmd_event in a:autocmd_events\n execute autocmd_event\n endfor\n augroup END\n endfunction\n " ] ] 11:14:44 AM DEBUG [transport] - response of nvim: 47,46ms,,null 11:14:44 AM DEBUG [transport] - request to nvim: 48,nvim_call_function,[ "execute", [ "\n function! g:coc_helper_module_p30952_0_10_1.2_events.deactivate(augroup_name) abort\n execute 'augroup ' . a:augroup_name\n autocmd!\n augroup END\n endfunction\n " ] ] 11:14:44 AM DEBUG [transport] - response of nvim: 48,14ms,,null 11:14:44 AM DEBUG [transport] - request to nvim: 49,nvim_call_function,[ "execute", [ "\n function! g:coc_helper_module_p30952_0_10_1.2_events.do_autocmd(name) abort\n if exists('#User#'.a:name)\n exe 'doautocmd User '.a:name\n endif\n endfunction\n " ] ] 11:14:44 AM DEBUG [transport] - response of nvim: 49,4ms,,null 11:14:44 AM DEBUG [transport] - request to nvim: 50,nvim_call_function,[ "execute", [ "\n function! g:coc_helper_module_p30952_0_10_1.3_buf.create_by_name(name) abort\n return bufadd(a:name)\n endfunction\n " ] ] 11:14:44 AM DEBUG [transport] - response of nvim: 50,21ms,,null 11:14:44 AM DEBUG [transport] - request to nvim: 51,nvim_call_function,[ "execute", [ "\n function! g:coc_helper_module_p30952_0_10_1.3_buf.create(...) abort\n let name = get(a:000, 0, '')\n if name is ''\n return nvim_create_buf(v:false, v:true)\n else\n return CocHelperCallFn_0_10_1('3_buf', 'create_by_name', [name])\n endif\n endfunction\n " ] ] 11:14:45 AM DEBUG [transport] - response of nvim: 51,41ms,,null 11:14:45 AM DEBUG [transport] - request to nvim: 52,nvim_call_function,[ "execute", [ "\n function! g:coc_helper_module_p30952_0_10_1.4_float.init_execute(ctx, inited_execute) abort\n execute a:inited_execute\n endfunction\n " ] ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_call_atomic,[ [ [ "nvim_set_var", [ "coc_status", " ⠋ cSpell ⠋ loading snippets" ] ], [ "nvim_call_function", [ "coc#util#do_autocmd", [ "CocStatusChange" ] ] ] ] ] 11:14:45 AM DEBUG [transport] - request to nvim: 53,nvim_command,[ "exe 'pyxfile '.fnameescape('/tmp/nvimt653pi/coc.nvim-30952/coc-ultisnips-QlB-mWYi_a.py')" ] 11:14:45 AM DEBUG [transport] - response of nvim: 52,20ms,,null 11:14:45 AM DEBUG [transport] - request to nvim: 54,nvim_call_function,[ "execute", [ "\n function! g:coc_helper_module_p30952_0_10_1.4_float.open_win(bufnr, focus, win_config, win_hl, inited_execute) abort\n noau let winid = nvim_open_win(a:bufnr, a:focus, a:win_config)\n if !empty(a:win_hl)\n call nvim_win_set_option(winid, 'winhl', a:win_hl)\n endif\n if !empty(a:inited_execute)\n call CocHelperCallFn_0_10_1('4_float', 'init_execute', [{'bufnr': a:bufnr, 'winid': winid}, a:inited_execute])\n endif\n return winid\n endfunction\n " ] ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_call_atomic,[ [ [ "nvim_set_var", [ "coc_status", " ⠙ cSpell ⠙ loading snippets" ] ], [ "nvim_call_function", [ "coc#util#do_autocmd", [ "CocStatusChange" ] ] ] ] ] 11:14:45 AM DEBUG [transport] - response of nvim: 53,109ms,null,null 11:14:45 AM DEBUG [transport] - response of nvim: 54,107ms,,null 11:14:45 AM DEBUG [transport] - request to nvim: 55,nvim_call_function,[ "execute", [ "\n function! g:coc_helper_module_p30952_0_10_1.4_float.create(name, inited_execute, has_border_buf, border_inited_execute) abort\n let bufnr = CocHelperCallFn_0_10_1('3_buf', 'create', [a:name])\n call CocHelperCallFn_0_10_1('4_float', 'init_execute', [{'bufnr': bufnr}, a:inited_execute])\n\n let border_bufnr = v:null\n if a:has_border_buf\n let border_bufnr = nvim_create_buf(v:false, v:true)\n call CocHelperCallFn_0_10_1('4_float', 'init_execute', [{'bufnr': border_bufnr}, a:border_inited_execute])\n endif\n return [bufnr, border_bufnr]\n endfunction\n " ] ] 11:14:45 AM DEBUG [transport] - response of nvim: 55,11ms,,null 11:14:45 AM DEBUG [transport] - request to nvim: 56,nvim_call_function,[ "execute", [ "\n function! g:coc_helper_module_p30952_0_10_1.4_float.open(bufnr, win_config, inited_execute, border_bufnr, border_win_config, border_inited_execute, focus, win_hl) abort\n let winid = CocHelperCallFn_0_10_1('4_float', 'open_win', [a:bufnr, a:focus, a:win_config, a:win_hl, a:inited_execute])\n call setbufvar(a:bufnr, 'coc_helper_winid', winid)\n\n if a:border_bufnr\n let border_winid = CocHelperCallFn_0_10_1('4_float', 'open_win', [a:border_bufnr, v:false, a:border_win_config, a:win_hl, a:border_inited_execute])\n call setbufvar(a:bufnr, 'coc_helper_border_winid', border_winid)\n endif\n endfunction\n " ] ] 11:14:45 AM DEBUG [transport] - response of nvim: 56,22ms,,null 11:14:45 AM DEBUG [transport] - request to nvim: 57,nvim_call_function,[ "execute", [ "\n function! g:coc_helper_module_p30952_0_10_1.4_float.resume(bufnr, win_config, border_bufnr, border_win_config, focus, win_hl) abort\n let winid = CocHelperCallFn_0_10_1('4_float', 'open_win', [a:bufnr, a:focus, a:win_config, a:win_hl, ''])\n call setbufvar(a:bufnr, 'coc_helper_winid', winid)\n\n if a:border_bufnr\n let border_winid = CocHelperCallFn_0_10_1('4_float', 'open_win', [border_bufnr, v:false, a:border_win_config, a:win_hl, ''])\n call setbufvar(a:bufnr, 'coc_helper_border_winid', border_winid)\n endif\n endfunction\n " ] ] 11:14:45 AM DEBUG [transport] - response of nvim: 57,7ms,,null 11:14:45 AM DEBUG [transport] - request to nvim: 58,nvim_call_function,[ "execute", [ "\n function! g:coc_helper_module_p30952_0_10_1.4_float.update(bufnr, win_config, border_bufnr, border_win_config, win_hl) abort\n let winid = getbufvar(a:bufnr, 'coc_helper_winid', v:null)\n if !winid\n return\n endif\n call nvim_win_set_config(winid, a:win_config)\n if !empty(a:win_hl)\n call nvim_win_set_option(winid, 'winhl', a:win_hl)\n endif\n if has('nvim')\n redraw!\n endif\n\n if a:border_bufnr\n let border_winid = getbufvar(a:bufnr, 'coc_helper_border_winid', v:null)\n if border_winid\n call nvim_win_set_config(border_winid, a:border_win_config)\n if !empty(a:win_hl)\n call nvim_win_set_option(border_winid, 'winhl', a:win_hl)\n endif\n if has('nvim')\n redraw!\n endif\n endif\n endif\n endfunction\n " ] ] 11:14:45 AM DEBUG [transport] - response of nvim: 58,12ms,,null 11:14:45 AM DEBUG [transport] - request to nvim: 59,nvim_call_function,[ "execute", [ "\n function! g:coc_helper_module_p30952_0_10_1.4_float.winid(bufnr) abort\n let id = getbufvar(a:bufnr, 'coc_helper_winid', v:null)\n let nr = win_id2win(id)\n return nr is 0 ? v:null : id\n endfunction\n " ] ] 11:14:45 AM DEBUG [transport] - request to nvim: 60,nvim_get_current_buf,[] 11:14:45 AM DEBUG [transport] - response of nvim: 59,11ms,,null 11:14:45 AM DEBUG [transport] - response of nvim: 60,5ms,[nvim_buf_1],null 11:14:45 AM DEBUG [transport] - request to nvim: 61,nvim_call_function,[ "execute", [ "\n function! g:coc_helper_module_p30952_0_10_1.4_float.border_winid(bufnr) abort\n return getbufvar(a:bufnr, 'coc_helper_border_winid', v:null)\n endfunction\n " ] ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_call_atomic,[ [ [ "nvim_set_var", [ "coc_status", "" ] ], [ "nvim_call_function", [ "coc#util#do_autocmd", [ "CocStatusChange" ] ] ] ] ] 11:14:45 AM DEBUG [transport] - response of nvim: 61,9ms,,null 11:14:45 AM DEBUG [transport] - request to nvim: 62,nvim_call_function,[ "execute", [ "\n function! g:coc_helper_module_p30952_0_10_1.4_float.close(bufnr) abort\n let winid = getbufvar(a:bufnr, 'coc_helper_winid', v:null)\n let border_winid = getbufvar(a:bufnr, 'coc_helper_border_winid', v:null)\n try\n if winid\n call nvim_win_close(winid, v:true)\n endif\n if border_winid\n call nvim_win_close(border_winid, v:true)\n endif\n catch\n endtry\n endfunction\n " ] ] 11:14:45 AM DEBUG [transport] - response of nvim: 62,9ms,,null 11:14:45 AM DEBUG [transport] - request to nvim: 63,nvim_call_function,[ "CocHelperCallFn_0_10_1", [ "2_events", "activate", [ "CocHelperInternal_0_10_1_1", [ "autocmd BufDelete * call CocHelperCallFn_0_10_1('1_util', 'run_coc_cmd_async', ['coc-helper.internal.didVimEvent_1', 'BufDelete', +expand('')])", "autocmd BufWipeout * call CocHelperCallFn_0_10_1('1_util', 'run_coc_cmd_async', ['coc-helper.internal.didVimEvent_1', 'BufWipeout', +expand('')])" ] ] ] ] 11:14:45 AM DEBUG [transport] - response of nvim: 63,6ms,0,null 11:14:45 AM DEBUG [transport] - request to nvim: 64,nvim_command,[ "hi default link CocHelperNormalFloatNC CocHelperNormalFloat" ] 11:14:45 AM DEBUG [transport] - response of nvim: 64,6ms,null,null 11:14:45 AM DEBUG [transport] - request to nvim: 65,nvim_call_function,[ "CocHelperCallFn_0_10_1", [ "2_events", "activate", [ "CocHelperInternal_0_10_1_2", [ "autocmd BufDelete * call CocHelperCallFn_0_10_1('1_util', 'run_coc_cmd_async', ['coc-helper.internal.didVimEvent_2', 'BufDelete', +expand(\"\")])", "autocmd ColorScheme * call CocHelperCallFn_0_10_1('1_util', 'run_coc_cmd_async', ['coc-helper.internal.didVimEvent_2', 'ColorScheme', g:colors_name])", "autocmd BufWipeout * call CocHelperCallFn_0_10_1('1_util', 'run_coc_cmd_async', ['coc-helper.internal.didVimEvent_2', 'BufWipeout', +expand(\"\")])", "autocmd User CocDiagnosticChange call CocHelperCallFn_0_10_1('1_util', 'run_coc_cmd_async', ['coc-helper.internal.didVimEvent_2', 'CocDiagnosticChange'])", "autocmd User CocGitStatusChange call CocHelperCallFn_0_10_1('1_util', 'run_coc_cmd_async', ['coc-helper.internal.didVimEvent_2', 'CocGitStatusChange'])", "autocmd User FugitiveChanged call CocHelperCallFn_0_10_1('1_util', 'run_coc_cmd_async', ['coc-helper.internal.didVimEvent_2', 'FugitiveChanged'])", "autocmd User CocBookmarkChange call CocHelperCallFn_0_10_1('1_util', 'run_coc_cmd_async', ['coc-helper.internal.didVimEvent_2', 'CocBookmarkChange'])" ] ] ] ] 11:14:45 AM DEBUG [transport] - response of nvim: 65,14ms,0,null 11:14:45 AM DEBUG [transport] - request to nvim: 66,nvim_get_option,[ "runtimepath" ] 11:14:45 AM DEBUG [transport] - response of nvim: 66,6ms,/home/hrai/.vim,/home/hrai/.vim/plugged/coc.nvim,/home/hrai/.vim/plugged/beacon.nvim,/home/hrai/.vim/plugged/papercolor-theme,/home/hrai/.vim/plugged/vim-visual-multi,/home/hrai/.vim/plugged/vim-easy-align,/home/hrai/.vim/plugged/enabler_vim,/home/hrai/.vim/plugged/vim-better-whitespace,/home/hrai/.vim/plugged/indentLine,/home/hrai/.vim/plugged/vim-sleuth,/home/hrai/.vim/plugged/vim-easymotion,/home/hrai/.vim/plugged/vim-exchange,/home/hrai/.vim/plugged/vim-log-syntax,/home/hrai/.vim/plugged/vim-dispatch,/home/hrai/.vim/plugged/vim-repeat,/home/hrai/.vim/plugged/vim-commentary,/home/hrai/.vim/plugged/vim-tbone,/home/hrai/.vim/plugged/vim-expand-region,/home/hrai/.vim/plugged/vim-operator-highlight,/home/hrai/.vim/plugged/fzf,/home/hrai/.vim/plugged/fzf.vim,/home/hrai/.vim/plugged/fzf-checkout.vim,/home/hrai/.vim/plugged/vim-auto-save,/home/hrai/.vim/plugged/vim-abolish,/home/hrai/.vim/plugged/vim-markdown,/home/hrai/.vim/plugged/vim-fugitive,/home/hrai/.vim/plugged/vim-surround,/home/hrai/.vim/plugged/vim-obsession,/home/hrai/.vim/plugged/lightline.vim,/home/hrai/.vim/plugged/nerdtree,/home/hrai/.vim/plugged/nerdtree-git-plugin,/home/hrai/.vim/plugged/vim-devicons,/home/hrai/.vim/plugged/open_file_under_cursor.vim,/home/hrai/.vim/plugged/tabular,/home/hrai/.vim/plugged/supertab,/home/hrai/.vim/plugged/vim-gutentags,/home/hrai/.vim/plugged/vim-bufonly,/home/hrai/.vim/plugged/vim-snippets,/home/hrai/.vim/plugged/online-thesaurus-vim,/home/hrai/.vim/plugged/vim-autocorrect,/home/hrai/.vim/plugged/vim-tmux-navigator,/home/hrai/.vim/plugged/vim-listtrans,/home/hrai/.vim/plugged/vim-indent-object,/home/hrai/.vim/plugged/vim-csharp-snippets,/home/hrai/.vim/plugged/vim-gtfo,/home/hrai/.vim/plugged/vim-eunuch,/home/hrai/.vim/plugged/editorconfig-vim,/home/hrai/.vim/plugged/git-messenger.vim,/home/hrai/.vim/plugged/vim-conjoin,/home/hrai/.vim/plugged/vim-unimpaired,/home/hrai/.vim/plugged/vim-bracketed-paste,/home/hrai/.vim/plugged/vim-diff-enhanced,/home/hrai/.vim/plugged/vim-tmux,/home/hrai/.vim/plugged/vim-sneak,/home/hrai/.vim/plugged/rainbow,/home/hrai/.vim/plugged/matchit,/home/hrai/.vim/plugged/targets.vim,/home/hrai/.vim/plugged/undotree,/home/hrai/.vim/plugged/vim-buffet,/home/hrai/.vim/plugged/vim-leader-guide,/home/hrai/.vim/plugged/vim-strip-trailing-whitespace,/home/hrai/.vim/plugged/vim-startify,/home/hrai/.vim/plugged/vim-python-pep8-indent,/home/hrai/.vim/plugged/vim-SQL-UPPER,/home/hrai/.vim/plugged/vim-quickhl,/home/hrai/.vim/plugged/alternate-toggler,/home/hrai/.vim/plugged/vim-smoothie,/home/hrai/.vim/plugged/splitjoin.vim,/home/hrai/.vim/plugged/vim-peekaboo,/home/hrai/.vim/plugged/vim-hardtime,/home/hrai/.vim/plugged/vim-sort-motion,/home/hrai/.vim/plugged/vim-swap,/home/hrai/.vim/plugged/open-browser.vim,/home/hrai/.vim/plugged/zoxide.vim,/home/hrai/.config/nvim,/etc/xdg/nvim,/home/hrai/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/home/hrai/.vim/plugged/vim-polyglot,/home/hrai/.zinit/plugins/neovim---neovim/nvim-linux64/share/nvim/runtime,/home/hrai/.zinit/plugins/lib/nvim,/home/hrai/.vim/plugged/vim-polyglot/after,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/home/hrai/.local/share/nvim/site/after,/etc/xdg/nvim/after,/home/hrai/.config/nvim/after,/home/hrai/.vim/after,/home/hrai/.vim_runtime,/home/hrai/.vim/plugged/indentLine/after,/home/hrai/.vim/plugged/nerdtree-git-plugin/after,/home/hrai/.vim/plugged/tabular/after,/home/hrai/.vim_runtime/sources_non_forked,/home/hrai/.vim_runtime/python_functions,/home/hrai/.vim/coc_data_home/extensions/node_modules/coc-snippets,null 11:14:45 AM DEBUG [transport] - request to nvim: 67,nvim_command,[ "execute 'noa set rtp+='.fnameescape('/home/hrai/.vim/coc_data_home/extensions/node_modules/coc-explorer')" ] 11:14:45 AM DEBUG [transport] - response of nvim: 67,7ms,null,null 11:14:45 AM DEBUG [transport] - request to nvim: 68,nvim_command,[ "runtime plugin/coc_explorer.vim" ] 11:14:45 AM DEBUG [transport] - response of nvim: 68,6ms,null,null 11:14:45 AM DEBUG [transport] - request to nvim: 69,nvim_call_function,[ "coc_explorer#highlight#extract_colors", [ [ "String", "Character", "Number", "Boolean", "Float", "Identifier", "Function", "Statement", "Conditional", "Repeat", "Label", "Operator", "Keyword", "Exception", "PreProc", "Include", "Define", "Macro", "PreCondit", "Type", "StorageClass", "Structure", "Typedef", "Special", "SpecialChar", "Tag", "Delimiter", "SpecialComment", "Debug", "Todo" ] ] ] 11:14:45 AM DEBUG [transport] - request to nvim: 70,nvim_call_function,[ "coc_explorer#highlight#extract_colors", [ [ "Comment" ] ] ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-*) :call coc#rpc#request('doKeymap', ['explorer-key-n-*'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-[tab]) :call coc#rpc#request('doKeymap', ['explorer-key-n-[tab]'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-h) :call coc#rpc#request('doKeymap', ['explorer-key-n-h'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-l) :call coc#rpc#request('doKeymap', ['explorer-key-n-l'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-J) :call coc#rpc#request('doKeymap', ['explorer-key-n-J'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-K) :call coc#rpc#request('doKeymap', ['explorer-key-n-K'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-gl) :call coc#rpc#request('doKeymap', ['explorer-key-n-gl'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-gh) :call coc#rpc#request('doKeymap', ['explorer-key-n-gh'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-[2-LeftMouse]) :call coc#rpc#request('doKeymap', ['explorer-key-n-[2-LeftMouse]'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-o) :call coc#rpc#request('doKeymap', ['explorer-key-n-o'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-[cr]) :call coc#rpc#request('doKeymap', ['explorer-key-n-[cr]'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-e) :call coc#rpc#request('doKeymap', ['explorer-key-n-e'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-s) :call coc#rpc#request('doKeymap', ['explorer-key-n-s'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-E) :call coc#rpc#request('doKeymap', ['explorer-key-n-E'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-t) :call coc#rpc#request('doKeymap', ['explorer-key-n-t'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-[bs]) :call coc#rpc#request('doKeymap', ['explorer-key-n-[bs]'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-gs) :call coc#rpc#request('doKeymap', ['explorer-key-n-gs'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-il) :call coc#rpc#request('doKeymap', ['explorer-key-n-il'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-ic) :call coc#rpc#request('doKeymap', ['explorer-key-n-ic'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-Il) :call coc#rpc#request('doKeymap', ['explorer-key-n-Il'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-Ic) :call coc#rpc#request('doKeymap', ['explorer-key-n-Ic'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-II) :call coc#rpc#request('doKeymap', ['explorer-key-n-II'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-yp) :call coc#rpc#request('doKeymap', ['explorer-key-n-yp'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-yn) :call coc#rpc#request('doKeymap', ['explorer-key-n-yn'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-yy) :call coc#rpc#request('doKeymap', ['explorer-key-n-yy'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-yY) :call coc#rpc#request('doKeymap', ['explorer-key-n-yY'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-dd) :call coc#rpc#request('doKeymap', ['explorer-key-n-dd'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-dD) :call coc#rpc#request('doKeymap', ['explorer-key-n-dD'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-p) :call coc#rpc#request('doKeymap', ['explorer-key-n-p'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-df) :call coc#rpc#request('doKeymap', ['explorer-key-n-df'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-dF) :call coc#rpc#request('doKeymap', ['explorer-key-n-dF'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-a) :call coc#rpc#request('doKeymap', ['explorer-key-n-a'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-A) :call coc#rpc#request('doKeymap', ['explorer-key-n-A'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-r) :call coc#rpc#request('doKeymap', ['explorer-key-n-r'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-zh) :call coc#rpc#request('doKeymap', ['explorer-key-n-zh'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-g.) :call coc#rpc#request('doKeymap', ['explorer-key-n-g.'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-R) :call coc#rpc#request('doKeymap', ['explorer-key-n-R'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-?) :call coc#rpc#request('doKeymap', ['explorer-key-n-?'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-q) :call coc#rpc#request('doKeymap', ['explorer-key-n-q'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-[esc]) :call coc#rpc#request('doKeymap', ['explorer-key-n-[esc]'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-X) :call coc#rpc#request('doKeymap', ['explorer-key-n-X'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-gd) :call coc#rpc#request('doKeymap', ['explorer-key-n-gd'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-f) :call coc#rpc#request('doKeymap', ['explorer-key-n-f'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-F) :call coc#rpc#request('doKeymap', ['explorer-key-n-F'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-gf) :call coc#rpc#request('doKeymap', ['explorer-key-n-gf'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-gb) :call coc#rpc#request('doKeymap', ['explorer-key-n-gb'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-[[) :call coc#rpc#request('doKeymap', ['explorer-key-n-[['])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-]]) :call coc#rpc#request('doKeymap', ['explorer-key-n-]]'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-[i) :call coc#rpc#request('doKeymap', ['explorer-key-n-[i'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-]i) :call coc#rpc#request('doKeymap', ['explorer-key-n-]i'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-[m) :call coc#rpc#request('doKeymap', ['explorer-key-n-[m'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-]m) :call coc#rpc#request('doKeymap', ['explorer-key-n-]m'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-[d) :call coc#rpc#request('doKeymap', ['explorer-key-n-[d'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-]d) :call coc#rpc#request('doKeymap', ['explorer-key-n-]d'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-[D) :call coc#rpc#request('doKeymap', ['explorer-key-n-[D'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-]D) :call coc#rpc#request('doKeymap', ['explorer-key-n-]D'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-[c) :call coc#rpc#request('doKeymap', ['explorer-key-n-[c'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-]c) :call coc#rpc#request('doKeymap', ['explorer-key-n-]c'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-[C) :call coc#rpc#request('doKeymap', ['explorer-key-n-[C'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-]C) :call coc#rpc#request('doKeymap', ['explorer-key-n-]C'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n-<<) :call coc#rpc#request('doKeymap', ['explorer-key-n-<<'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "nnoremap (coc-explorer-key-n->>) :call coc#rpc#request('doKeymap', ['explorer-key-n->>'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-*) :call coc#rpc#request('doKeymap', ['explorer-key-v-*'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-[tab]) :call coc#rpc#request('doKeymap', ['explorer-key-v-[tab]'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-h) :call coc#rpc#request('doKeymap', ['explorer-key-v-h'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-l) :call coc#rpc#request('doKeymap', ['explorer-key-v-l'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-J) :call coc#rpc#request('doKeymap', ['explorer-key-v-J'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-K) :call coc#rpc#request('doKeymap', ['explorer-key-v-K'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-gl) :call coc#rpc#request('doKeymap', ['explorer-key-v-gl'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-gh) :call coc#rpc#request('doKeymap', ['explorer-key-v-gh'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-[2-LeftMouse]) :call coc#rpc#request('doKeymap', ['explorer-key-v-[2-LeftMouse]'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-[cr]) :call coc#rpc#request('doKeymap', ['explorer-key-v-[cr]'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-e) :call coc#rpc#request('doKeymap', ['explorer-key-v-e'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-s) :call coc#rpc#request('doKeymap', ['explorer-key-v-s'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-E) :call coc#rpc#request('doKeymap', ['explorer-key-v-E'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-t) :call coc#rpc#request('doKeymap', ['explorer-key-v-t'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-[bs]) :call coc#rpc#request('doKeymap', ['explorer-key-v-[bs]'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-gs) :call coc#rpc#request('doKeymap', ['explorer-key-v-gs'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-il) :call coc#rpc#request('doKeymap', ['explorer-key-v-il'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-ic) :call coc#rpc#request('doKeymap', ['explorer-key-v-ic'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-Il) :call coc#rpc#request('doKeymap', ['explorer-key-v-Il'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-Ic) :call coc#rpc#request('doKeymap', ['explorer-key-v-Ic'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-II) :call coc#rpc#request('doKeymap', ['explorer-key-v-II'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-yp) :call coc#rpc#request('doKeymap', ['explorer-key-v-yp'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-yn) :call coc#rpc#request('doKeymap', ['explorer-key-v-yn'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-yy) :call coc#rpc#request('doKeymap', ['explorer-key-v-yy'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-yY) :call coc#rpc#request('doKeymap', ['explorer-key-v-yY'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-dd) :call coc#rpc#request('doKeymap', ['explorer-key-v-dd'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-dD) :call coc#rpc#request('doKeymap', ['explorer-key-v-dD'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-p) :call coc#rpc#request('doKeymap', ['explorer-key-v-p'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-df) :call coc#rpc#request('doKeymap', ['explorer-key-v-df'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-dF) :call coc#rpc#request('doKeymap', ['explorer-key-v-dF'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-a) :call coc#rpc#request('doKeymap', ['explorer-key-v-a'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-A) :call coc#rpc#request('doKeymap', ['explorer-key-v-A'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-r) :call coc#rpc#request('doKeymap', ['explorer-key-v-r'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-zh) :call coc#rpc#request('doKeymap', ['explorer-key-v-zh'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-g.) :call coc#rpc#request('doKeymap', ['explorer-key-v-g.'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-R) :call coc#rpc#request('doKeymap', ['explorer-key-v-R'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-?) :call coc#rpc#request('doKeymap', ['explorer-key-v-?'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-q) :call coc#rpc#request('doKeymap', ['explorer-key-v-q'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-[esc]) :call coc#rpc#request('doKeymap', ['explorer-key-v-[esc]'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-X) :call coc#rpc#request('doKeymap', ['explorer-key-v-X'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-gd) :call coc#rpc#request('doKeymap', ['explorer-key-v-gd'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-f) :call coc#rpc#request('doKeymap', ['explorer-key-v-f'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-F) :call coc#rpc#request('doKeymap', ['explorer-key-v-F'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-gf) :call coc#rpc#request('doKeymap', ['explorer-key-v-gf'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-gb) :call coc#rpc#request('doKeymap', ['explorer-key-v-gb'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-[[) :call coc#rpc#request('doKeymap', ['explorer-key-v-[['])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-]]) :call coc#rpc#request('doKeymap', ['explorer-key-v-]]'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-[i) :call coc#rpc#request('doKeymap', ['explorer-key-v-[i'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-]i) :call coc#rpc#request('doKeymap', ['explorer-key-v-]i'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-[m) :call coc#rpc#request('doKeymap', ['explorer-key-v-[m'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-]m) :call coc#rpc#request('doKeymap', ['explorer-key-v-]m'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-[d) :call coc#rpc#request('doKeymap', ['explorer-key-v-[d'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-]d) :call coc#rpc#request('doKeymap', ['explorer-key-v-]d'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-[D) :call coc#rpc#request('doKeymap', ['explorer-key-v-[D'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-]D) :call coc#rpc#request('doKeymap', ['explorer-key-v-]D'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-[c) :call coc#rpc#request('doKeymap', ['explorer-key-v-[c'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-]c) :call coc#rpc#request('doKeymap', ['explorer-key-v-]c'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-[C) :call coc#rpc#request('doKeymap', ['explorer-key-v-[C'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-]C) :call coc#rpc#request('doKeymap', ['explorer-key-v-]C'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-<<) :call coc#rpc#request('doKeymap', ['explorer-key-v-<<'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v->>) :call coc#rpc#request('doKeymap', ['explorer-key-v->>'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-al) :call coc#rpc#request('doKeymap', ['explorer-key-v-al'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-ii) :call coc#rpc#request('doKeymap', ['explorer-key-v-ii'])" ] 11:14:45 AM DEBUG [transport] - nvim notification: nvim_command,[ "vnoremap (coc-explorer-key-v-ai) :call coc#rpc#request('doKeymap', ['explorer-key-v-ai'])" ] 11:14:45 AM DEBUG [transport] - request to nvim: 71,nvim_call_function,[ "coc_explorer#mappings#register", [ { "n": { "*": "(coc-explorer-key-n-*)", "": "(coc-explorer-key-n-[tab])", "h": "(coc-explorer-key-n-h)", "l": "(coc-explorer-key-n-l)", "J": "(coc-explorer-key-n-J)", "K": "(coc-explorer-key-n-K)", "gl": "(coc-explorer-key-n-gl)", "gh": "(coc-explorer-key-n-gh)", "<2-LeftMouse>": "(coc-explorer-key-n-[2-LeftMouse])", "o": "(coc-explorer-key-n-o)", "": "(coc-explorer-key-n-[cr])", "e": "(coc-explorer-key-n-e)", "s": "(coc-explorer-key-n-s)", "E": "(coc-explorer-key-n-E)", "t": "(coc-explorer-key-n-t)", "": "(coc-explorer-key-n-[bs])", "gs": "(coc-explorer-key-n-gs)", "il": "(coc-explorer-key-n-il)", "ic": "(coc-explorer-key-n-ic)", "Il": "(coc-explorer-key-n-Il)", "Ic": "(coc-explorer-key-n-Ic)", "II": "(coc-explorer-key-n-II)", "yp": "(coc-explorer-key-n-yp)", "yn": "(coc-explorer-key-n-yn)", "yy": "(coc-explorer-key-n-yy)", "yY": "(coc-explorer-key-n-yY)", "dd": "(coc-explorer-key-n-dd)", "dD": "(coc-explorer-key-n-dD)", "p": "(coc-explorer-key-n-p)", "df": "(coc-explorer-key-n-df)", "dF": "(coc-explorer-key-n-dF)", "a": "(coc-explorer-key-n-a)", "A": "(coc-explorer-key-n-A)", "r": "(coc-explorer-key-n-r)", "zh": "(coc-explorer-key-n-zh)", "g.": "(coc-explorer-key-n-g.)", "R": "(coc-explorer-key-n-R)", "?": "(coc-explorer-key-n-?)", "q": "(coc-explorer-key-n-q)", "": "(coc-explorer-key-n-[esc])", "X": "(coc-explorer-key-n-X)", "gd": "(coc-explorer-key-n-gd)", "f": "(coc-explorer-key-n-f)", "F": "(coc-explorer-key-n-F)", "gf": "(coc-explorer-key-n-gf)", "gb": "(coc-explorer-key-n-gb)", "[[": "(coc-explorer-key-n-[[)", "]]": "(coc-explorer-key-n-]])", "[i": "(coc-explorer-key-n-[i)", "]i": "(coc-explorer-key-n-]i)", "[m": "(coc-explorer-key-n-[m)", "]m": "(coc-explorer-key-n-]m)", "[d": "(coc-explorer-key-n-[d)", "]d": "(coc-explorer-key-n-]d)", "[D": "(coc-explorer-key-n-[D)", "]D": "(coc-explorer-key-n-]D)", "[c": "(coc-explorer-key-n-[c)", "]c": "(coc-explorer-key-n-]c)", "[C": "(coc-explorer-key-n-[C)", "]C": "(coc-explorer-key-n-]C)", "<<": "(coc-explorer-key-n-<<)", ">>": "(coc-explorer-key-n->>)" }, "v": { "*": "(coc-explorer-key-v-*)", "": "(coc-explorer-key-v-[tab])", "h": "(coc-explorer-key-v-h)", "l": "(coc-explorer-key-v-l)", "J": "(coc-explorer-key-v-J)", "K": "(coc-explorer-key-v-K)", "gl": "(coc-explorer-key-v-gl)", "gh": "(coc-explorer-key-v-gh)", "<2-LeftMouse>": "(coc-explorer-key-v-[2-LeftMouse])", "": "(coc-explorer-key-v-[cr])", "e": "(coc-explorer-key-v-e)", "s": "(coc-explorer-key-v-s)", "E": "(coc-explorer-key-v-E)", "t": "(coc-explorer-key-v-t)", "": "(coc-explorer-key-v-[bs])", "gs": "(coc-explorer-key-v-gs)", "il": "(coc-explorer-key-v-il)", "ic": "(coc-explorer-key-v-ic)", "Il": "(coc-explorer-key-v-Il)", "Ic": "(coc-explorer-key-v-Ic)", "II": "(coc-explorer-key-v-II)", "yp": "(coc-explorer-key-v-yp)", "yn": "(coc-explorer-key-v-yn)", "yy": "(coc-explorer-key-v-yy)", "yY": "(coc-explorer-key-v-yY)", "dd": "(coc-explorer-key-v-dd)", "dD": "(coc-explorer-key-v-dD)", "p": "(coc-explorer-key-v-p)", "df": "(coc-explorer-key-v-df)", "dF": "(coc-explorer-key-v-dF)", "a": "(coc-explorer-key-v-a)", "A": "(coc-explorer-key-v-A)", "r": "(coc-explorer-key-v-r)", "zh": "(coc-explorer-key-v-zh)", "g.": "(coc-explorer-key-v-g.)", "R": "(coc-explorer-key-v-R)", "?": "(coc-explorer-key-v-?)", "q": "(coc-explorer-key-v-q)", "": "(coc-explorer-key-v-[esc])", "X": "(coc-explorer-key-v-X)", "gd": "(coc-explorer-key-v-gd)", "f": "(coc-explorer-key-v-f)", "F": "(coc-explorer-key-v-F)", "gf": "(coc-explorer-key-v-gf)", "gb": "(coc-explorer-key-v-gb)", "[[": "(coc-explorer-key-v-[[)", "]]": "(coc-explorer-key-v-]])", "[i": "(coc-explorer-key-v-[i)", "]i": "(coc-explorer-key-v-]i)", "[m": "(coc-explorer-key-v-[m)", "]m": "(coc-explorer-key-v-]m)", "[d": "(coc-explorer-key-v-[d)", "]d": "(coc-explorer-key-v-]d)", "[D": "(coc-explorer-key-v-[D)", "]D": "(coc-explorer-key-v-]D)", "[c": "(coc-explorer-key-v-[c)", "]c": "(coc-explorer-key-v-]c)", "[C": "(coc-explorer-key-v-[C)", "]C": "(coc-explorer-key-v-]C)", "<<": "(coc-explorer-key-v-<<)", ">>": "(coc-explorer-key-v->>)", "al": "(coc-explorer-key-v-al)", "ii": "(coc-explorer-key-v-ii)", "ai": "(coc-explorer-key-v-ai)" } } ] ] 11:14:45 AM DEBUG [transport] - response of nvim: 69,9ms,{ "PreCondit": { "ctermbg": "", "ctermfg": "", "guibg": "", "guifg": "#5fafd7" }, "Number": { "ctermbg": "", "ctermfg": "", "guibg": "", "guifg": "#ff5faf" }, "Function": { "ctermbg": "", "ctermfg": "", "guibg": "", "guifg": "#d0d0d0" }, "Define": { "ctermbg": "", "ctermfg": "", "guibg": "", "guifg": "#00afaf" }, "Keyword": { "ctermbg": "", "ctermfg": "", "guibg": "", "guifg": "#00afaf" }, "Identifier": { "ctermbg": "", "ctermfg": "14", "guibg": "", "guifg": "#d7875f" }, "Include": { "ctermbg": "", "ctermfg": "", "guibg": "", "guifg": "#5faf5f" }, "SpecialChar": { "ctermbg": "", "ctermfg": "", "guibg": "", "guifg": "#d0d0d0" }, "Macro": { "ctermbg": "", "ctermfg": "", "guibg": "", "guifg": "#00afaf" }, "Exception": { "ctermbg": "", "ctermfg": "", "guibg": "", "guifg": "#5faf5f" }, "Structure": { "ctermbg": "", "ctermfg": "", "guibg": "", "guifg": "#00afaf" }, "Repeat": { "ctermbg": "", "ctermfg": "", "guibg": "", "guifg": "#af87d7" }, "Debug": { "ctermbg": "", "ctermfg": "", "guibg": "", "guifg": "#ff5faf" }, "Special": { "ctermbg": "", "ctermfg": "224", "guibg": "", "guifg": "#d0d0d0" }, "Operator": { "ctermbg": "", "ctermfg": "", "guibg": "", "guifg": "#5fafd7" }, "PreProc": { "ctermbg": "", "ctermfg": "81", "guibg": "", "guifg": "#00afaf" }, "Label": { "ctermbg": "", "ctermfg": "", "guibg": "", "guifg": "#00afaf" }, "StorageClass": { "ctermbg": "", "ctermfg": "", "guibg": "", "guifg": "#d7875f" }, "Conditional": { "ctermbg": "", "ctermfg": "", "guibg": "", "guifg": "#af87d7" }, "Statement": { "ctermbg": "", "ctermfg": "11", "guibg": "", "guifg": "#afd700" }, "Type": { "ctermbg": "", "ctermfg": "121", "guibg": "", "guifg": "#afd700" }, "Typedef": { "ctermbg": "", "ctermfg": "", "guibg": "", "guifg": "#afd700" }, "Delimiter": { "ctermbg": "", "ctermfg": "", "guibg": "", "guifg": "#5fafd7" }, "SpecialComment": { "ctermbg": "", "ctermfg": "", "guibg": "", "guifg": "#808080" }, "Float": { "ctermbg": "", "ctermfg": "", "guibg": "", "guifg": "#ff5faf" }, "Tag": { "ctermbg": "", "ctermfg": "", "guibg": "", "guifg": "#d7af00" }, "Boolean": { "ctermbg": "", "ctermfg": "", "guibg": "", "guifg": "#d7af00" }, "String": { "ctermbg": "", "ctermfg": "", "guibg": "", "guifg": "#d7af5f" }, "Todo": { "ctermbg": "11", "ctermfg": "0", "guibg": "#1c1c1c", "guifg": "#ff8700" }, "Character": { "ctermbg": "", "ctermfg": "", "guibg": "", "guifg": "#d7af5f" } },null 11:14:45 AM DEBUG [transport] - response of nvim: 70,9ms,{ "Comment": { "ctermbg": "", "ctermfg": "14", "guibg": "", "guifg": "#808080" } },null 11:14:45 AM DEBUG [transport] - request to nvim: 72,nvim_call_atomic,[ [ [ "nvim_command", [ "highlight default CocExplorerGitPathChange_Internal ctermfg=108 guifg=#5FAF5F" ] ], [ "nvim_command", [ "highlight default CocExplorerGitContentChange_Internal ctermfg=108 guifg=#D7AF00" ] ] ] ] 11:14:45 AM DEBUG [transport] - request to nvim: 73,nvim_call_atomic,[ [ [ "nvim_command", [ "highlight default CocExplorerCommentColor_Internal ctermfg=14 guifg=#808080" ] ] ] ] 11:14:45 AM DEBUG [transport] - response of nvim: 71,3ms,0,null 11:14:45 AM DEBUG [transport] - response of nvim: 72,8ms,[ [ null, null ], null ],null 11:14:45 AM DEBUG [transport] - response of nvim: 73,8ms,[ [ null ], null ],null 11:14:45 AM DEBUG [transport] - receive notification: [ "highlight", [] ] 11:14:45 AM DEBUG [transport] - request to nvim: 74,nvim_eval,[ "[bufnr(\"%\"),win_getid(),coc#util#cursor(),get(b:,'coc_cursors_activated',0)]" ] 11:14:45 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "CursorHold", 1 ] ] 11:14:45 AM DEBUG [transport] - response of nvim: 74,7ms,[ 1, 1000, [ 16, 4 ], 0 ],null 11:14:45 AM DEBUG [transport] - nvim notification: nvim_call_atomic,[ [ [ "nvim_call_function", [ "coc#highlight#clear_match_group", [ 1000, "^CocHighlight" ] ] ], [ "nvim_call_function", [ "coc#highlight#match_ranges", [ 1000, 0, [ { "start": { "line": 16, "character": 4 }, "end": { "line": 16, "character": 5 } } ], "CocHighlightWrite", -1 ] ] ] ] ] 11:14:46 AM DEBUG [transport] - request to nvim: 75,nvim_eval,[ "[coc#util#check_refresh(1),mode(),line(\".\"),getloclist(bufwinid(1),{'title':1})]" ] 11:14:46 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "BufWinLeave", 1, 1000 ] ] 11:14:46 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "BufUnload", 1 ] ] 11:14:46 AM DEBUG [transport] - receive notification: [ "runCommand", [ "coc-helper.internal.didVimEvent_1", "BufWipeout", 1 ] ] 11:14:46 AM DEBUG [transport] - receive notification: [ "runCommand", [ "coc-helper.internal.didVimEvent_2", "BufWipeout", 1 ] ] 11:14:46 AM DEBUG [transport] - request to nvim: 76,nvim_call_function,[ "execute", [ "ls!" ] ] 11:14:46 AM DEBUG [transport] - receive notification: [ "nvim_buf_detach_event", [ "[nvim_buf_1]" ] ] 11:14:46 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "FileType", "javascript", 3 ] ] 11:14:46 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "BufCreate", 3 ] ] 11:14:46 AM DEBUG [transport] - request to nvim: 77,nvim_call_function,[ "coc#util#get_bufoptions", [ 3, 10485760 ] ] 11:14:46 AM DEBUG [transport] - request to nvim: 78,nvim_call_function,[ "execute", [ "ls!" ] ] 11:14:46 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "BufEnter", 3 ] ] 11:14:46 AM DEBUG [transport] - request to nvim: 79,nvim_call_function,[ "bufname", [] ] 11:14:46 AM DEBUG [transport] - request to nvim: 80,nvim_eval,[ "[expand(\"%:p\"),&buftype]" ] 11:14:46 AM DEBUG [transport] - receive notification: [ "doAutocmd", [ 3 ] ] 11:14:46 AM DEBUG [transport] - request to nvim: 81,nvim_get_current_buf,[] 11:14:46 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "BufWinEnter", 3, 1000 ] ] 11:14:46 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "DirChanged", "/mnt/d/auto-capitalise-sentence/src" ] ] 11:14:46 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "CursorMoved", 3, [ 153, 3 ] ] ] 11:14:46 AM DEBUG [transport] - nvim notification: nvim_call_function,[ "coc#highlight#clear_match_group", [ 1000, "^CocHighlight" ] ] 11:14:46 AM DEBUG [transport] - response of nvim: 75,358ms,[ 0, "n", 153, {} ],null 11:14:46 AM DEBUG [transport] - response of nvim: 76,168ms, 2u h "[Scratch]" line 0 3 %a "abbreviation-constants.js" line 153,null 11:14:46 AM DEBUG [transport] - request to nvim: 82,nvim_call_function,[ "expand", [ "#2:p", 1 ] ] 11:14:46 AM DEBUG [transport] - request to nvim: 83,nvim_call_function,[ "expand", [ "#3:p", 1 ] ] 11:14:46 AM DEBUG [transport] - response of nvim: 77,103ms,{ "changedtick": 2, "variables": {}, "winid": 1000, "eol": 1, "previewwindow": false, "bufname": "abbreviation-constants.js", "fullpath": "/mnt/d/auto-capitalise-sentence/src/abbreviation-constants.js", "filetype": "javascript", "buftype": "", "lines": [ "const commonAbbreviations = [", " 'AFR',", " 'AFAIK',", " 'AMD',", " 'AOL',", " 'APM',", " 'ATM',", " 'AWS',", " 'BAU',", " 'BBB',", " 'BBQ',", " 'BMW',", " 'BP',", " 'BRB',", " 'BSD',", " 'BTW',", " 'CRE',", " 'CMS',", " 'DIY',", " 'FAQ',", " 'FDR',", " 'FNMA',", " 'FSF',", " 'FTW',", " 'FYI',", " 'GE',", " 'GNU',", " 'GP',", " 'GTE',", " 'GTG',", " 'HBO',", " 'HSBC',", " 'HTML',", " 'IBM',", " 'ICYMI',", " 'ID',", " 'IDK',", " 'IKEA',", " 'IMO',", " 'IOW',", " 'ISO',", " 'ITT',", " 'JFK',", " 'KFC',", " 'LGTM',", " 'LOL',", " 'MCI',", " 'MGM',", " 'MIT',", " 'MMW',", " 'MSDN',", " 'NASCAR',", " 'NORAD',", " 'NP',", " 'NSA',", " 'NVIDIA',", " 'NW',", " 'OMG',", " 'OTOH',", " 'POI',", " 'POV',", " 'PS',", " 'RCA',", " 'ROTFL',", " 'RSI',", " 'RSVP',", " 'SARS',", " 'SLR',", " 'SEO',", " 'SME',", " 'SMH',", " 'TBA',", " 'TBC',", " 'TBH',", " 'TC',", " 'TGIF',", " 'THX',", " 'TIA',", " 'TTYL',", " 'TWA',", " 'UBS',", " 'UCLA',", " 'USB',", " 'WFH',", " 'WIP',", " 'WSL',", " 'WTF',", " 'WTH',", "];", "", "const commonTechAbbreviations = [", " '.NET',", " 'ADFS',", " 'AES',", " 'AI',", " 'API',", " 'APIs',", " 'CD',", " 'CDN',", " 'CI',", " 'CIDR',", " 'CLI',", " 'CORS',", " 'CSS',", " 'DB',", " 'DDoS',", " 'DI',", " 'DMS',", " 'DNS',", " 'DaaS',", " 'DoS',", " 'EHS',", " 'EHW',", " 'EMP',", " 'ES',", " 'FIFO',", " 'FaaS',", " 'HD',", " 'HPC',", " 'HTTP',", " 'HTTPS',", " 'HVM',", " 'ICMP',", " 'IOPS',", " 'IP',", " 'IPSec',", " 'IaaS',", " 'JS',", " 'JSON',", " 'LB',", " 'MFA',", " 'MITM',", " 'ML',", " 'MPLS',", " 'MPP',", " 'MSTSC',", " 'MVC',", " 'NAT',", " 'NFS',", " 'NS',", " 'OLAP',", " 'OLTP',", " 'PCI',", " 'PHP',", " 'PR',", " 'PRs',", " 'PV',", " 'PaaS',", " 'QA',", "", " 'QAs',", "", " 'RRS',", " 'SAML',", " 'SDK',", " 'SLA',", " 'SMS',", " 'SOA',", " 'SQL',", " 'SSE',", " 'SSH',", " 'SSL',", " 'SSO',", " 'SUSE',", " 'SVN',", " 'SaaS',", " 'TCP',", " 'TLS',", " 'TPM',", " 'TPS',", " 'TS',", " 'TTL',", " 'UA',", " 'UAT',", " 'UI',", " 'UIs',", " 'URL',", " 'URLs',", " 'VDI',", " 'VLAN',", " 'VM',", " 'VPN',", " 'VTL',", " 'VoIP',", " 'WAF',", " 'WiFi',", " 'iSCSI',", "];", "", "const timeAbbreviations = [", " 'ACDT',", " 'ACST',", " 'ACWST',", " 'ADT',", " 'AEDT',", " 'AEST',", " 'AET',", " 'AFT',", " 'AKDT',", " 'AKST',", " 'ALMT',", " 'AMST',", " 'AMT',", " 'ANAT',", " 'AQTT',", " 'AST',", " 'AWST',", " 'AZOST',", " 'AZOT',", " 'AZT',", " 'BNT',", " 'BIOT',", " 'BRST',", " 'BRT',", " 'BST',", " 'BTT',", " 'CCT',", " 'CDT',", " 'CEST',", " 'CET',", " 'CHADT',", " 'CHAST',", " 'CHOT',", " 'CHOST',", " 'CHST',", " 'CHUT',", " 'CIST',", " 'WITA',", " 'CKT',", " 'CLST',", " 'CLT',", " 'CST',", " 'CT',", " 'CVT',", " 'CWST',", " 'CXT',", " 'DAVT',", " 'DDUT',", " 'DFT',", " 'EASST',", " 'ECT',", " 'EDT',", " 'EEST',", " 'EET',", " 'EGST',", " 'EGT',", " 'EST',", " 'FET',", " 'FJT',", " 'FKST',", " 'FKT',", " 'FNT',", " 'GALT',", " 'GAMT',", " 'GFT',", " 'GILT',", " 'GMT',", " 'GYT',", " 'HDT',", " 'HAEC',", " 'HST',", " 'HKT',", " 'HMT',", " 'HOVST',", " 'HOVT',", " 'ICT',", " 'IDLW',", " 'IDT',", " 'IOT',", " 'IRDT',", " 'IRKT',", " 'IRST',", " 'IST',", " 'JST',", " 'KALT',", " 'KGT',", " 'KOST',", " 'KRAT',", " 'KST',", " 'LHST',", " 'MAGT',", " 'MART',", " 'MAWT',", " 'MDT',", " 'MHT',", " 'MIT',", " 'MMT',", " 'MSK',", " 'MST',", " 'MST',", " 'MUT',", " 'MVT',", " 'MYT',", " 'NCT',", " 'NDT',", " 'NFT',", " 'NOVT',", " 'NPT',", " 'NST',", " 'NT',", " 'NUT',", " 'NZDT',", " 'NZST',", " 'OMST',", " 'ORAT',", " 'PDT',", " 'PETT',", " 'PGT',", " 'PHOT',", " 'PHT',", " 'PKT',", " 'PMDT',", " 'PMST',", " 'PONT',", " 'PST',", " 'PST',", " 'PWT',", " 'PYST',", " 'PYT',", " 'RET',", " 'ROTT',", " 'SAKT',", " 'SAMT',", " 'SAST',", " 'SBT',", " 'SCT',", " 'SDT',", " 'SGT',", " 'SLST',", " 'SRET',", " 'SRT',", " 'SST',", " 'SST',", " 'SYOT',", " 'TAHT',", " 'TFT',", " 'TJT',", " 'TKT',", " 'TLT',", " 'TMT',", " 'TRT',", " 'TOT',", " 'TVT',", " 'ULAST',", " 'ULAT',", " 'UTC',", " 'UYST',", " 'UYT',", " 'UZT',", " 'VLAT',", " 'VOST',", " 'VUT',", " 'WAKT',", " 'WAST',", " 'WAT',", " 'WEST',", " 'WIB',", " 'WGST',", " 'WGT',", " 'WST',", " 'YAKT',", " 'YEKT',", "];", "", "let awsAcronyms = [", " 'ACL',", " 'AMI',", " 'ARN',", " 'ASG',", " 'AWS',", " 'AZ',", " 'CDK',", " 'CF',", " 'EBS',", " 'EC2',", " 'ECS',", " 'EFS',", " 'EIP',", " 'ELB',", " 'EMR',", " 'ENI',", " 'IAM',", " 'IGW',", " 'KMS',", " 'RDS',", " 'S3',", " 'SES',", " 'SNS',", " 'SQS',", " 'STS',", " 'SWF',", " 'VPC',", " 'VPG',", "];", "", "export const abbreviations = commonAbbreviations.concat(", " timeAbbreviations,", " commonTechAbbreviations,", " awsAcronyms", ");" ], "iskeyword": "@,48-57,_,192-255,$", "size": 3798 },null 11:14:46 AM DEBUG [transport] - response of nvim: 78,77ms, 2u h "[Scratch]" line 0 3 %a "abbreviation-constants.js" line 153,null 11:14:46 AM DEBUG [transport] - response of nvim: 79,43ms,abbreviation-constants.js,null 11:14:46 AM DEBUG [transport] - request to nvim: 84,nvim_buf_attach,[ "[nvim_buf_3]", true, {} ] 11:14:46 AM DEBUG [transport] - request to nvim: 85,nvim_call_function,[ "expand", [ "#2:p", 1 ] ] 11:14:46 AM DEBUG [transport] - request to nvim: 86,nvim_call_function,[ "expand", [ "#3:p", 1 ] ] 11:14:46 AM DEBUG [transport] - request to nvim: 87,nvim_get_var,[ "&filetype" ] 11:14:46 AM DEBUG [transport] - response of nvim: 80,44ms,[ "/mnt/d/auto-capitalise-sentence/src/abbreviation-constants.js", "" ],null 11:14:46 AM DEBUG [transport] - response of nvim: 81,43ms,[nvim_buf_3],null 11:14:46 AM DEBUG [transport] - response of nvim: 82,3ms,,null 11:14:46 AM DEBUG [transport] - response of nvim: 83,3ms,/mnt/d/auto-capitalise-sentence/src/abbreviation-constants.js,null 11:14:46 AM DEBUG [transport] - receive notification: [ "nvim_buf_lines_event", [ "[nvim_buf_3]", 2, 0, -1, [ "const commonAbbreviations = [", " 'AFR',", " 'AFAIK',", " 'AMD',", " 'AOL',", " 'APM',", " 'ATM',", " 'AWS',", " 'BAU',", " 'BBB',", " 'BBQ',", " 'BMW',", " 'BP',", " 'BRB',", " 'BSD',", " 'BTW',", " 'CRE',", " 'CMS',", " 'DIY',", " 'FAQ',", " 'FDR',", " 'FNMA',", " 'FSF',", " 'FTW',", " 'FYI',", " 'GE',", " 'GNU',", " 'GP',", " 'GTE',", " 'GTG',", " 'HBO',", " 'HSBC',", " 'HTML',", " 'IBM',", " 'ICYMI',", " 'ID',", " 'IDK',", " 'IKEA',", " 'IMO',", " 'IOW',", " 'ISO',", " 'ITT',", " 'JFK',", " 'KFC',", " 'LGTM',", " 'LOL',", " 'MCI',", " 'MGM',", " 'MIT',", " 'MMW',", " 'MSDN',", " 'NASCAR',", " 'NORAD',", " 'NP',", " 'NSA',", " 'NVIDIA',", " 'NW',", " 'OMG',", " 'OTOH',", " 'POI',", " 'POV',", " 'PS',", " 'RCA',", " 'ROTFL',", " 'RSI',", " 'RSVP',", " 'SARS',", " 'SLR',", " 'SEO',", " 'SME',", " 'SMH',", " 'TBA',", " 'TBC',", " 'TBH',", " 'TC',", " 'TGIF',", " 'THX',", " 'TIA',", " 'TTYL',", " 'TWA',", " 'UBS',", " 'UCLA',", " 'USB',", " 'WFH',", " 'WIP',", " 'WSL',", " 'WTF',", " 'WTH',", "];", "", "const commonTechAbbreviations = [", " '.NET',", " 'ADFS',", " 'AES',", " 'AI',", " 'API',", " 'APIs',", " 'CD',", " 'CDN',", " 'CI',", " 'CIDR',", " 'CLI',", " 'CORS',", " 'CSS',", " 'DB',", " 'DDoS',", " 'DI',", " 'DMS',", " 'DNS',", " 'DaaS',", " 'DoS',", " 'EHS',", " 'EHW',", " 'EMP',", " 'ES',", " 'FIFO',", " 'FaaS',", " 'HD',", " 'HPC',", " 'HTTP',", " 'HTTPS',", " 'HVM',", " 'ICMP',", " 'IOPS',", " 'IP',", " 'IPSec',", " 'IaaS',", " 'JS',", " 'JSON',", " 'LB',", " 'MFA',", " 'MITM',", " 'ML',", " 'MPLS',", " 'MPP',", " 'MSTSC',", " 'MVC',", " 'NAT',", " 'NFS',", " 'NS',", " 'OLAP',", " 'OLTP',", " 'PCI',", " 'PHP',", " 'PR',", " 'PRs',", " 'PV',", " 'PaaS',", " 'QA',", "", " 'QAs',", "", " 'RRS',", " 'SAML',", " 'SDK',", " 'SLA',", " 'SMS',", " 'SOA',", " 'SQL',", " 'SSE',", " 'SSH',", " 'SSL',", " 'SSO',", " 'SUSE',", " 'SVN',", " 'SaaS',", " 'TCP',", " 'TLS',", " 'TPM',", " 'TPS',", " 'TS',", " 'TTL',", " 'UA',", " 'UAT',", " 'UI',", " 'UIs',", " 'URL',", " 'URLs',", " 'VDI',", " 'VLAN',", " 'VM',", " 'VPN',", " 'VTL',", " 'VoIP',", " 'WAF',", " 'WiFi',", " 'iSCSI',", "];", "", "const timeAbbreviations = [", " 'ACDT',", " 'ACST',", " 'ACWST',", " 'ADT',", " 'AEDT',", " 'AEST',", " 'AET',", " 'AFT',", " 'AKDT',", " 'AKST',", " 'ALMT',", " 'AMST',", " 'AMT',", " 'ANAT',", " 'AQTT',", " 'AST',", " 'AWST',", " 'AZOST',", " 'AZOT',", " 'AZT',", " 'BNT',", " 'BIOT',", " 'BRST',", " 'BRT',", " 'BST',", " 'BTT',", " 'CCT',", " 'CDT',", " 'CEST',", " 'CET',", " 'CHADT',", " 'CHAST',", " 'CHOT',", " 'CHOST',", " 'CHST',", " 'CHUT',", " 'CIST',", " 'WITA',", " 'CKT',", " 'CLST',", " 'CLT',", " 'CST',", " 'CT',", " 'CVT',", " 'CWST',", " 'CXT',", " 'DAVT',", " 'DDUT',", " 'DFT',", " 'EASST',", " 'ECT',", " 'EDT',", " 'EEST',", " 'EET',", " 'EGST',", " 'EGT',", " 'EST',", " 'FET',", " 'FJT',", " 'FKST',", " 'FKT',", " 'FNT',", " 'GALT',", " 'GAMT',", " 'GFT',", " 'GILT',", " 'GMT',", " 'GYT',", " 'HDT',", " 'HAEC',", " 'HST',", " 'HKT',", " 'HMT',", " 'HOVST',", " 'HOVT',", " 'ICT',", " 'IDLW',", " 'IDT',", " 'IOT',", " 'IRDT',", " 'IRKT',", " 'IRST',", " 'IST',", " 'JST',", " 'KALT',", " 'KGT',", " 'KOST',", " 'KRAT',", " 'KST',", " 'LHST',", " 'MAGT',", " 'MART',", " 'MAWT',", " 'MDT',", " 'MHT',", " 'MIT',", " 'MMT',", " 'MSK',", " 'MST',", " 'MST',", " 'MUT',", " 'MVT',", " 'MYT',", " 'NCT',", " 'NDT',", " 'NFT',", " 'NOVT',", " 'NPT',", " 'NST',", " 'NT',", " 'NUT',", " 'NZDT',", " 'NZST',", " 'OMST',", " 'ORAT',", " 'PDT',", " 'PETT',", " 'PGT',", " 'PHOT',", " 'PHT',", " 'PKT',", " 'PMDT',", " 'PMST',", " 'PONT',", " 'PST',", " 'PST',", " 'PWT',", " 'PYST',", " 'PYT',", " 'RET',", " 'ROTT',", " 'SAKT',", " 'SAMT',", " 'SAST',", " 'SBT',", " 'SCT',", " 'SDT',", " 'SGT',", " 'SLST',", " 'SRET',", " 'SRT',", " 'SST',", " 'SST',", " 'SYOT',", " 'TAHT',", " 'TFT',", " 'TJT',", " 'TKT',", " 'TLT',", " 'TMT',", " 'TRT',", " 'TOT',", " 'TVT',", " 'ULAST',", " 'ULAT',", " 'UTC',", " 'UYST',", " 'UYT',", " 'UZT',", " 'VLAT',", " 'VOST',", " 'VUT',", " 'WAKT',", " 'WAST',", " 'WAT',", " 'WEST',", " 'WIB',", " 'WGST',", " 'WGT',", " 'WST',", " 'YAKT',", " 'YEKT',", "];", "", "let awsAcronyms = [", " 'ACL',", " 'AMI',", " 'ARN',", " 'ASG',", " 'AWS',", " 'AZ',", " 'CDK',", " 'CF',", " 'EBS',", " 'EC2',", " 'ECS',", " 'EFS',", " 'EIP',", " 'ELB',", " 'EMR',", " 'ENI',", " 'IAM',", " 'IGW',", " 'KMS',", " 'RDS',", " 'S3',", " 'SES',", " 'SNS',", " 'SQS',", " 'STS',", " 'SWF',", " 'VPC',", " 'VPG',", "];", "", "export const abbreviations = commonAbbreviations.concat(", " timeAbbreviations,", " commonTechAbbreviations,", " awsAcronyms", ");" ], false ] ] 11:14:46 AM DEBUG [transport] - response of nvim: 84,7ms,true,null 11:14:46 AM DEBUG [transport] - nvim notification: nvim_set_var,[ "WorkspaceFolders", [ "/mnt/d/auto-capitalise-sentence" ] ] 11:14:46 AM DEBUG [transport] - request to nvim: 88,nvim_call_function,[ "coc#task#running", [ "TSC" ] ] 11:14:46 AM DEBUG [transport] - request to nvim: 89,nvim_call_function,[ "bufloaded", [ 3 ] ] 11:14:46 AM DEBUG [transport] - request to nvim: 90,nvim_call_function,[ "execute", [ "ls!" ] ] 11:14:46 AM DEBUG [transport] - request to nvim: 91,nvim_call_function,[ "coc#highlight#clear_highlight", [ 3, 2001, 0, -1 ] ] 11:14:46 AM DEBUG [transport] - nvim notification: nvim_call_atomic,[ [ [ "nvim_set_var", [ "coc_status", " ⠦ cSpell " ] ], [ "nvim_call_function", [ "coc#util#do_autocmd", [ "CocStatusChange" ] ] ] ] ] 11:14:46 AM DEBUG [transport] - request to nvim: 92,nvim_eval,[ "getwinvar(bufwinnr(3), '&previewwindow')" ] 11:14:46 AM DEBUG [transport] - response of nvim: 85,190ms,,null 11:14:46 AM DEBUG [transport] - response of nvim: 86,190ms,/mnt/d/auto-capitalise-sentence/src/abbreviation-constants.js,null 11:14:46 AM DEBUG [transport] - response of nvim: 87,190ms,null,[ 1, "Key not found: &filetype" ] 11:14:46 AM DEBUG [transport] - response of nvim: 88,21ms,false,null 11:14:46 AM DEBUG [transport] - response of nvim: 89,14ms,1,null 11:14:46 AM DEBUG [transport] - response of nvim: 90,3ms, 2u h "[Scratch]" line 0 3 %a "abbreviation-constants.js" line 153,null 11:14:46 AM DEBUG [transport] - request to nvim: 93,nvim_buf_get_option,[ "[nvim_buf_3]", "iskeyword" ] 11:14:46 AM DEBUG [transport] - request to nvim: 94,nvim_call_function,[ "expand", [ "#2:p", 1 ] ] 11:14:46 AM DEBUG [transport] - request to nvim: 95,nvim_call_function,[ "expand", [ "#3:p", 1 ] ] 11:14:46 AM DEBUG [transport] - request to nvim: 96,nvim_get_var,[ "coc_explorer_context" ] 11:14:46 AM DEBUG [transport] - response of nvim: 91,5ms,0,null 11:14:46 AM DEBUG [transport] - response of nvim: 92,5ms,0,null 11:14:46 AM DEBUG [transport] - response of nvim: 93,4ms,@,48-57,_,192-255,$,null 11:14:46 AM DEBUG [transport] - response of nvim: 94,4ms,,null 11:14:46 AM DEBUG [transport] - response of nvim: 95,4ms,/mnt/d/auto-capitalise-sentence/src/abbreviation-constants.js,null 11:14:46 AM DEBUG [transport] - response of nvim: 96,4ms,{ "previousWindowID": 1000, "previousBufnr": 1 },null 11:14:46 AM DEBUG [transport] - request to nvim: 97,nvim_set_var,[ "coc_explorer_context", { "previousWindowID": 1000, "previousBufnr": 3 } ] 11:14:46 AM DEBUG [transport] - request to nvim: 98,nvim_get_current_buf,[] 11:14:46 AM DEBUG [transport] - response of nvim: 97,16ms,null,null 11:14:46 AM DEBUG [transport] - response of nvim: 98,16ms,[nvim_buf_3],null 11:14:46 AM DEBUG [transport] - request to nvim: 99,nvim_call_function,[ "win_getid", [] ] 11:14:46 AM DEBUG [transport] - response of nvim: 99,0ms,1000,null 11:14:46 AM DEBUG [transport] - request to nvim: 100,nvim_get_var,[ "coc_explorer_context" ] 11:14:46 AM DEBUG [transport] - response of nvim: 100,15ms,{ "previousWindowID": 1000, "previousBufnr": 3 },null 11:14:46 AM DEBUG [transport] - request to nvim: 101,nvim_set_var,[ "coc_explorer_context", { "previousWindowID": 1000, "previousBufnr": 3 } ] 11:14:46 AM DEBUG [transport] - response of nvim: 101,6ms,null,null 11:14:46 AM DEBUG [transport] - request to nvim: 102,nvim_get_current_buf,[] 11:14:46 AM DEBUG [transport] - request to nvim: 103,nvim_command,[ "source /tmp/nvimt653pi/coc.nvim-30952/coc-30952.vim" ] 11:14:46 AM DEBUG [transport] - request to nvim: 104,nvim_get_current_buf,[] 11:14:46 AM DEBUG [transport] - request to nvim: 105,nvim_command,[ "source /tmp/nvimt653pi/coc.nvim-30952/coc-30952.vim" ] 11:14:46 AM DEBUG [transport] - nvim notification: nvim_call_atomic,[ [ [ "nvim_set_var", [ "coc_status", " cSpell " ] ], [ "nvim_call_function", [ "coc#util#do_autocmd", [ "CocStatusChange" ] ] ] ] ] 11:14:46 AM DEBUG [transport] - response of nvim: 102,59ms,[nvim_buf_3],null 11:14:46 AM DEBUG [transport] - response of nvim: 103,58ms,null,null 11:14:46 AM DEBUG [transport] - response of nvim: 104,3ms,[nvim_buf_3],null 11:14:46 AM DEBUG [transport] - response of nvim: 105,35ms,null,null 11:14:46 AM DEBUG [transport] - nvim notification: nvim_call_atomic,[ [ [ "nvim_set_var", [ "coc_git_status", " new-words*" ] ], [ "nvim_call_function", [ "coc#util#do_autocmd", [ "CocGitStatusChange" ] ] ] ] ] 11:14:46 AM DEBUG [transport] - receive notification: [ "runCommand", [ "coc-helper.internal.didVimEvent_2", "CocGitStatusChange" ] ] 11:14:47 AM DEBUG [transport] - nvim notification: nvim_call_atomic,[ [ [ "nvim_buf_set_var", [ "[nvim_buf_3]", "coc_git_status", " +2 " ] ], [ "nvim_call_function", [ "coc#util#do_autocmd", [ "CocGitStatusChange" ] ] ] ] ] 11:14:47 AM DEBUG [transport] - nvim notification: nvim_call_atomic,[ [ [ "nvim_call_function", [ "sign_unplace", [ "CocGit", { "buffer": 3 } ] ] ], [ "nvim_call_function", [ "sign_place", [ 0, "CocGit", "CocGitAdded", 3, { "lnum": 150, "priority": 10 } ] ] ], [ "nvim_call_function", [ "sign_place", [ 0, "CocGit", "CocGitAdded", 3, { "lnum": 152, "priority": 10 } ] ] ] ] ] 11:14:47 AM DEBUG [transport] - receive notification: [ "runCommand", [ "coc-helper.internal.didVimEvent_2", "CocGitStatusChange" ] ] 11:14:47 AM DEBUG [transport] - receive notification: [ "highlight", [] ] 11:14:47 AM DEBUG [transport] - request to nvim: 106,nvim_eval,[ "[bufnr(\"%\"),win_getid(),coc#util#cursor(),get(b:,'coc_cursors_activated',0)]" ] 11:14:47 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "CursorHold", 3 ] ] 11:14:47 AM DEBUG [transport] - response of nvim: 106,6ms,[ 3, 1000, [ 152, 2 ], 0 ],null 11:14:48 AM DEBUG [transport] - request to nvim: 107,nvim_eval,[ "[coc#util#check_refresh(3),mode(),line(\".\"),getloclist(bufwinid(3),{'title':1})]" ] 11:14:48 AM DEBUG [transport] - response of nvim: 107,4ms,[ 1, "n", 153, { "title": "" } ],null 11:14:48 AM DEBUG [transport] - request to nvim: 108,nvim_call_atomic,[ [ [ "nvim_call_function", [ "ale#other_source#ShowResults", [ 3, "cSpell", [ { "text": "\"FNMA\": Unknown word.", "lnum": 22, "col": 4, "end_lnum": 22, "end_col": 7, "type": "I" }, { "text": "\"ICYMI\": Unknown word.", "lnum": 35, "col": 4, "end_lnum": 35, "end_col": 8, "type": "I" }, { "text": "\"ROTFL\": Unknown word.", "lnum": 64, "col": 4, "end_lnum": 64, "end_col": 8, "type": "I" }, { "text": "\"TGIF\": Unknown word.", "lnum": 76, "col": 4, "end_lnum": 76, "end_col": 7, "type": "I" }, { "text": "\"TTYL\": Unknown word.", "lnum": 79, "col": 4, "end_lnum": 79, "end_col": 7, "type": "I" }, { "text": "\"ADFS\": Unknown word.", "lnum": 93, "col": 4, "end_lnum": 93, "end_col": 7, "type": "I" }, { "text": "\"MITM\": Unknown word.", "lnum": 132, "col": 4, "end_lnum": 132, "end_col": 7, "type": "I" }, { "text": "\"MPLS\": Unknown word.", "lnum": 134, "col": 4, "end_lnum": 134, "end_col": 7, "type": "I" }, { "text": "\"MSTSC\": Unknown word.", "lnum": 136, "col": 4, "end_lnum": 136, "end_col": 8, "type": "I" }, { "text": "\"OLAP\": Unknown word.", "lnum": 141, "col": 4, "end_lnum": 141, "end_col": 7, "type": "I" }, { "text": "\"OLTP\": Unknown word.", "lnum": 142, "col": 4, "end_lnum": 142, "end_col": 7, "type": "I" }, { "text": "\"ACDT\": Unknown word.", "lnum": 191, "col": 4, "end_lnum": 191, "end_col": 7, "type": "I" }, { "text": "\"ACST\": Unknown word.", "lnum": 192, "col": 4, "end_lnum": 192, "end_col": 7, "type": "I" }, { "text": "\"ACWST\": Unknown word.", "lnum": 193, "col": 4, "end_lnum": 193, "end_col": 8, "type": "I" }, { "text": "\"AEDT\": Unknown word.", "lnum": 195, "col": 4, "end_lnum": 195, "end_col": 7, "type": "I" }, { "text": "\"AEST\": Unknown word.", "lnum": 196, "col": 4, "end_lnum": 196, "end_col": 7, "type": "I" }, { "text": "\"AKDT\": Unknown word.", "lnum": 199, "col": 4, "end_lnum": 199, "end_col": 7, "type": "I" }, { "text": "\"AKST\": Unknown word.", "lnum": 200, "col": 4, "end_lnum": 200, "end_col": 7, "type": "I" }, { "text": "\"ALMT\": Unknown word.", "lnum": 201, "col": 4, "end_lnum": 201, "end_col": 7, "type": "I" }, { "text": "\"AMST\": Unknown word.", "lnum": 202, "col": 4, "end_lnum": 202, "end_col": 7, "type": "I" }, { "text": "\"ANAT\": Unknown word.", "lnum": 204, "col": 4, "end_lnum": 204, "end_col": 7, "type": "I" }, { "text": "\"AQTT\": Unknown word.", "lnum": 205, "col": 4, "end_lnum": 205, "end_col": 7, "type": "I" }, { "text": "\"AWST\": Unknown word.", "lnum": 207, "col": 4, "end_lnum": 207, "end_col": 7, "type": "I" }, { "text": "\"AZOST\": Unknown word.", "lnum": 208, "col": 4, "end_lnum": 208, "end_col": 8, "type": "I" }, { "text": "\"AZOT\": Unknown word.", "lnum": 209, "col": 4, "end_lnum": 209, "end_col": 7, "type": "I" }, { "text": "\"BIOT\": Unknown word.", "lnum": 212, "col": 4, "end_lnum": 212, "end_col": 7, "type": "I" }, { "text": "\"BRST\": Unknown word.", "lnum": 213, "col": 4, "end_lnum": 213, "end_col": 7, "type": "I" }, { "text": "\"CEST\": Unknown word.", "lnum": 219, "col": 4, "end_lnum": 219, "end_col": 7, "type": "I" }, { "text": "\"CHADT\": Unknown word.", "lnum": 221, "col": 4, "end_lnum": 221, "end_col": 8, "type": "I" }, { "text": "\"CHAST\": Unknown word.", "lnum": 222, "col": 4, "end_lnum": 222, "end_col": 8, "type": "I" }, { "text": "\"CHOT\": Unknown word.", "lnum": 223, "col": 4, "end_lnum": 223, "end_col": 7, "type": "I" }, { "text": "\"CHOST\": Unknown word.", "lnum": 224, "col": 4, "end_lnum": 224, "end_col": 8, "type": "I" }, { "text": "\"CHST\": Unknown word.", "lnum": 225, "col": 4, "end_lnum": 225, "end_col": 7, "type": "I" }, { "text": "\"CHUT\": Unknown word.", "lnum": 226, "col": 4, "end_lnum": 226, "end_col": 7, "type": "I" }, { "text": "\"CIST\": Unknown word.", "lnum": 227, "col": 4, "end_lnum": 227, "end_col": 7, "type": "I" }, { "text": "\"WITA\": Unknown word.", "lnum": 228, "col": 4, "end_lnum": 228, "end_col": 7, "type": "I" }, { "text": "\"CLST\": Unknown word.", "lnum": 230, "col": 4, "end_lnum": 230, "end_col": 7, "type": "I" }, { "text": "\"CWST\": Unknown word.", "lnum": 235, "col": 4, "end_lnum": 235, "end_col": 7, "type": "I" }, { "text": "\"DAVT\": Unknown word.", "lnum": 237, "col": 4, "end_lnum": 237, "end_col": 7, "type": "I" }, { "text": "\"DDUT\": Unknown word.", "lnum": 238, "col": 4, "end_lnum": 238, "end_col": 7, "type": "I" }, { "text": "\"EASST\": Unknown word.", "lnum": 240, "col": 4, "end_lnum": 240, "end_col": 8, "type": "I" }, { "text": "\"EEST\": Unknown word.", "lnum": 243, "col": 4, "end_lnum": 243, "end_col": 7, "type": "I" }, { "text": "\"EGST\": Unknown word.", "lnum": 245, "col": 4, "end_lnum": 245, "end_col": 7, "type": "I" }, { "text": "\"FKST\": Unknown word.", "lnum": 250, "col": 4, "end_lnum": 250, "end_col": 7, "type": "I" }, { "text": "\"GAMT\": Unknown word.", "lnum": 254, "col": 4, "end_lnum": 254, "end_col": 7, "type": "I" }, { "text": "\"HAEC\": Unknown word.", "lnum": 260, "col": 4, "end_lnum": 260, "end_col": 7, "type": "I" }, { "text": "\"HOVST\": Unknown word.", "lnum": 264, "col": 4, "end_lnum": 264, "end_col": 8, "type": "I" }, { "text": "\"HOVT\": Unknown word.", "lnum": 265, "col": 4, "end_lnum": 265, "end_col": 7, "type": "I" }, { "text": "\"IDLW\": Unknown word.", "lnum": 267, "col": 4, "end_lnum": 267, "end_col": 7, "type": "I" }, { "text": "\"IRDT\": Unknown word.", "lnum": 270, "col": 4, "end_lnum": 270, "end_col": 7, "type": "I" }, { "text": "\"IRKT\": Unknown word.", "lnum": 271, "col": 4, "end_lnum": 271, "end_col": 7, "type": "I" }, { "text": "\"IRST\": Unknown word.", "lnum": 272, "col": 4, "end_lnum": 272, "end_col": 7, "type": "I" }, { "text": "\"KALT\": Unknown word.", "lnum": 275, "col": 4, "end_lnum": 275, "end_col": 7, "type": "I" }, { "text": "\"KOST\": Unknown word.", "lnum": 277, "col": 4, "end_lnum": 277, "end_col": 7, "type": "I" }, { "text": "\"KRAT\": Unknown word.", "lnum": 278, "col": 4, "end_lnum": 278, "end_col": 7, "type": "I" }, { "text": "\"LHST\": Unknown word.", "lnum": 280, "col": 4, "end_lnum": 280, "end_col": 7, "type": "I" }, { "text": "\"MAGT\": Unknown word.", "lnum": 281, "col": 4, "end_lnum": 281, "end_col": 7, "type": "I" }, { "text": "\"MAWT\": Unknown word.", "lnum": 283, "col": 4, "end_lnum": 283, "end_col": 7, "type": "I" }, { "text": "\"NOVT\": Unknown word.", "lnum": 297, "col": 4, "end_lnum": 297, "end_col": 7, "type": "I" }, { "text": "\"NZDT\": Unknown word.", "lnum": 302, "col": 4, "end_lnum": 302, "end_col": 7, "type": "I" }, { "text": "\"NZST\": Unknown word.", "lnum": 303, "col": 4, "end_lnum": 303, "end_col": 7, "type": "I" }, { "text": "\"OMST\": Unknown word.", "lnum": 304, "col": 4, "end_lnum": 304, "end_col": 7, "type": "I" }, { "text": "\"ORAT\": Unknown word.", "lnum": 305, "col": 4, "end_lnum": 305, "end_col": 7, "type": "I" }, { "text": "\"PHOT\": Unknown word.", "lnum": 309, "col": 4, "end_lnum": 309, "end_col": 7, "type": "I" }, { "text": "\"PMDT\": Unknown word.", "lnum": 312, "col": 4, "end_lnum": 312, "end_col": 7, "type": "I" }, { "text": "\"PMST\": Unknown word.", "lnum": 313, "col": 4, "end_lnum": 313, "end_col": 7, "type": "I" }, { "text": "\"PYST\": Unknown word.", "lnum": 318, "col": 4, "end_lnum": 318, "end_col": 7, "type": "I" }, { "text": "\"ROTT\": Unknown word.", "lnum": 321, "col": 4, "end_lnum": 321, "end_col": 7, "type": "I" }, { "text": "\"SAKT\": Unknown word.", "lnum": 322, "col": 4, "end_lnum": 322, "end_col": 7, "type": "I" }, { "text": "\"SAMT\": Unknown word.", "lnum": 323, "col": 4, "end_lnum": 323, "end_col": 7, "type": "I" }, { "text": "\"SAST\": Unknown word.", "lnum": 324, "col": 4, "end_lnum": 324, "end_col": 7, "type": "I" }, { "text": "\"SLST\": Unknown word.", "lnum": 329, "col": 4, "end_lnum": 329, "end_col": 7, "type": "I" }, { "text": "\"SRET\": Unknown word.", "lnum": 330, "col": 4, "end_lnum": 330, "end_col": 7, "type": "I" }, { "text": "\"SYOT\": Unknown word.", "lnum": 334, "col": 4, "end_lnum": 334, "end_col": 7, "type": "I" }, { "text": "\"TAHT\": Unknown word.", "lnum": 335, "col": 4, "end_lnum": 335, "end_col": 7, "type": "I" }, { "text": "\"ULAST\": Unknown word.", "lnum": 344, "col": 4, "end_lnum": 344, "end_col": 8, "type": "I" }, { "text": "\"ULAT\": Unknown word.", "lnum": 345, "col": 4, "end_lnum": 345, "end_col": 7, "type": "I" }, { "text": "\"UYST\": Unknown word.", "lnum": 347, "col": 4, "end_lnum": 347, "end_col": 7, "type": "I" }, { "text": "\"VLAT\": Unknown word.", "lnum": 350, "col": 4, "end_lnum": 350, "end_col": 7, "type": "I" }, { "text": "\"VOST\": Unknown word.", "lnum": 351, "col": 4, "end_lnum": 351, "end_col": 7, "type": "I" }, { "text": "\"WAKT\": Unknown word.", "lnum": 353, "col": 4, "end_lnum": 353, "end_col": 7, "type": "I" }, { "text": "\"WGST\": Unknown word.", "lnum": 358, "col": 4, "end_lnum": 358, "end_col": 7, "type": "I" }, { "text": "\"YAKT\": Unknown word.", "lnum": 361, "col": 4, "end_lnum": 361, "end_col": 7, "type": "I" }, { "text": "\"YEKT\": Unknown word.", "lnum": 362, "col": 4, "end_lnum": 362, "end_col": 7, "type": "I" } ] ] ] ] ] ] 11:14:48 AM DEBUG [transport] - response of nvim: 108,25ms,[ [ 0 ], null ],null 11:14:48 AM DEBUG [transport] - receive notification: [ "nvim_buf_lines_event", [ "[nvim_buf_3]", 3, 152, 152, [ "" ], false ] ] 11:14:48 AM DEBUG [transport] - receive notification: [ "nvim_buf_lines_event", [ "[nvim_buf_3]", 4, 152, 153, [], false ] ] 11:14:48 AM DEBUG [transport] - receive notification: [ "nvim_buf_changedtick_event", [ "[nvim_buf_3]", 5 ] ] 11:14:48 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "CursorMoved", 3, [ 152, 1 ] ] ] 11:14:48 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "TextChanged", 3, 5 ] ] 11:14:48 AM DEBUG [transport] - request to nvim: 109,nvim_eval,[ "bufloaded(3) ? getbufvar(3, '&modified') : v:null" ] 11:14:48 AM DEBUG [transport] - receive request: [ 1, "CocAutocmd", [ "BufWritePre", 3 ] ] 11:14:48 AM DEBUG [transport] - request to nvim: 110,nvim_buf_get_changedtick,[ "[nvim_buf_3]" ] 11:14:48 AM DEBUG [transport] - response of nvim: 109,3ms,1,null 11:14:48 AM DEBUG [transport] - response of nvim: 110,0ms,5,null 11:14:48 AM DEBUG [transport] - request to nvim: 111,nvim_buf_get_lines,[ "[nvim_buf_3]", 0, -1, true ] 11:14:48 AM DEBUG [transport] - response of nvim: 111,1ms,[ "const commonAbbreviations = [", " 'AFR',", " 'AFAIK',", " 'AMD',", " 'AOL',", " 'APM',", " 'ATM',", " 'AWS',", " 'BAU',", " 'BBB',", " 'BBQ',", " 'BMW',", " 'BP',", " 'BRB',", " 'BSD',", " 'BTW',", " 'CRE',", " 'CMS',", " 'DIY',", " 'FAQ',", " 'FDR',", " 'FNMA',", " 'FSF',", " 'FTW',", " 'FYI',", " 'GE',", " 'GNU',", " 'GP',", " 'GTE',", " 'GTG',", " 'HBO',", " 'HSBC',", " 'HTML',", " 'IBM',", " 'ICYMI',", " 'ID',", " 'IDK',", " 'IKEA',", " 'IMO',", " 'IOW',", " 'ISO',", " 'ITT',", " 'JFK',", " 'KFC',", " 'LGTM',", " 'LOL',", " 'MCI',", " 'MGM',", " 'MIT',", " 'MMW',", " 'MSDN',", " 'NASCAR',", " 'NORAD',", " 'NP',", " 'NSA',", " 'NVIDIA',", " 'NW',", " 'OMG',", " 'OTOH',", " 'POI',", " 'POV',", " 'PS',", " 'RCA',", " 'ROTFL',", " 'RSI',", " 'RSVP',", " 'SARS',", " 'SLR',", " 'SEO',", " 'SME',", " 'SMH',", " 'TBA',", " 'TBC',", " 'TBH',", " 'TC',", " 'TGIF',", " 'THX',", " 'TIA',", " 'TTYL',", " 'TWA',", " 'UBS',", " 'UCLA',", " 'USB',", " 'WFH',", " 'WIP',", " 'WSL',", " 'WTF',", " 'WTH',", "];", "", "const commonTechAbbreviations = [", " '.NET',", " 'ADFS',", " 'AES',", " 'AI',", " 'API',", " 'APIs',", " 'CD',", " 'CDN',", " 'CI',", " 'CIDR',", " 'CLI',", " 'CORS',", " 'CSS',", " 'DB',", " 'DDoS',", " 'DI',", " 'DMS',", " 'DNS',", " 'DaaS',", " 'DoS',", " 'EHS',", " 'EHW',", " 'EMP',", " 'ES',", " 'FIFO',", " 'FaaS',", " 'HD',", " 'HPC',", " 'HTTP',", " 'HTTPS',", " 'HVM',", " 'ICMP',", " 'IOPS',", " 'IP',", " 'IPSec',", " 'IaaS',", " 'JS',", " 'JSON',", " 'LB',", " 'MFA',", " 'MITM',", " 'ML',", " 'MPLS',", " 'MPP',", " 'MSTSC',", " 'MVC',", " 'NAT',", " 'NFS',", " 'NS',", " 'OLAP',", " 'OLTP',", " 'PCI',", " 'PHP',", " 'PR',", " 'PRs',", " 'PV',", " 'PaaS',", " 'QA',", "", " 'QAs',", "", " 'RRS',", " 'SAML',", " 'SDK',", " 'SLA',", " 'SMS',", " 'SOA',", " 'SQL',", " 'SSE',", " 'SSH',", " 'SSL',", " 'SSO',", " 'SUSE',", " 'SVN',", " 'SaaS',", " 'TCP',", " 'TLS',", " 'TPM',", " 'TPS',", " 'TS',", " 'TTL',", " 'UA',", " 'UAT',", " 'UI',", " 'UIs',", " 'URL',", " 'URLs',", " 'VDI',", " 'VLAN',", " 'VM',", " 'VPN',", " 'VTL',", " 'VoIP',", " 'WAF',", " 'WiFi',", " 'iSCSI',", "];", "", "const timeAbbreviations = [", " 'ACDT',", " 'ACST',", " 'ACWST',", " 'ADT',", " 'AEDT',", " 'AEST',", " 'AET',", " 'AFT',", " 'AKDT',", " 'AKST',", " 'ALMT',", " 'AMST',", " 'AMT',", " 'ANAT',", " 'AQTT',", " 'AST',", " 'AWST',", " 'AZOST',", " 'AZOT',", " 'AZT',", " 'BNT',", " 'BIOT',", " 'BRST',", " 'BRT',", " 'BST',", " 'BTT',", " 'CCT',", " 'CDT',", " 'CEST',", " 'CET',", " 'CHADT',", " 'CHAST',", " 'CHOT',", " 'CHOST',", " 'CHST',", " 'CHUT',", " 'CIST',", " 'WITA',", " 'CKT',", " 'CLST',", " 'CLT',", " 'CST',", " 'CT',", " 'CVT',", " 'CWST',", " 'CXT',", " 'DAVT',", " 'DDUT',", " 'DFT',", " 'EASST',", " 'ECT',", " 'EDT',", " 'EEST',", " 'EET',", " 'EGST',", " 'EGT',", " 'EST',", " 'FET',", " 'FJT',", " 'FKST',", " 'FKT',", " 'FNT',", " 'GALT',", " 'GAMT',", " 'GFT',", " 'GILT',", " 'GMT',", " 'GYT',", " 'HDT',", " 'HAEC',", " 'HST',", " 'HKT',", " 'HMT',", " 'HOVST',", " 'HOVT',", " 'ICT',", " 'IDLW',", " 'IDT',", " 'IOT',", " 'IRDT',", " 'IRKT',", " 'IRST',", " 'IST',", " 'JST',", " 'KALT',", " 'KGT',", " 'KOST',", " 'KRAT',", " 'KST',", " 'LHST',", " 'MAGT',", " 'MART',", " 'MAWT',", " 'MDT',", " 'MHT',", " 'MIT',", " 'MMT',", " 'MSK',", " 'MST',", " 'MST',", " 'MUT',", " 'MVT',", " 'MYT',", " 'NCT',", " 'NDT',", " 'NFT',", " 'NOVT',", " 'NPT',", " 'NST',", " 'NT',", " 'NUT',", " 'NZDT',", " 'NZST',", " 'OMST',", " 'ORAT',", " 'PDT',", " 'PETT',", " 'PGT',", " 'PHOT',", " 'PHT',", " 'PKT',", " 'PMDT',", " 'PMST',", " 'PONT',", " 'PST',", " 'PST',", " 'PWT',", " 'PYST',", " 'PYT',", " 'RET',", " 'ROTT',", " 'SAKT',", " 'SAMT',", " 'SAST',", " 'SBT',", " 'SCT',", " 'SDT',", " 'SGT',", " 'SLST',", " 'SRET',", " 'SRT',", " 'SST',", " 'SST',", " 'SYOT',", " 'TAHT',", " 'TFT',", " 'TJT',", " 'TKT',", " 'TLT',", " 'TMT',", " 'TRT',", " 'TOT',", " 'TVT',", " 'ULAST',", " 'ULAT',", " 'UTC',", " 'UYST',", " 'UYT',", " 'UZT',", " 'VLAT',", " 'VOST',", " 'VUT',", " 'WAKT',", " 'WAST',", " 'WAT',", " 'WEST',", " 'WIB',", " 'WGST',", " 'WGT',", " 'WST',", " 'YAKT',", " 'YEKT',", "];", "", "let awsAcronyms = [", " 'ACL',", " 'AMI',", " 'ARN',", " 'ASG',", " 'AWS',", " 'AZ',", " 'CDK',", " 'CF',", " 'EBS',", " 'EC2',", " 'ECS',", " 'EFS',", " 'EIP',", " 'ELB',", " 'EMR',", " 'ENI',", " 'IAM',", " 'IGW',", " 'KMS',", " 'RDS',", " 'S3',", " 'SES',", " 'SNS',", " 'SQS',", " 'STS',", " 'SWF',", " 'VPC',", " 'VPG',", "];", "", "export const abbreviations = commonAbbreviations.concat(", " timeAbbreviations,", " commonTechAbbreviations,", " awsAcronyms", ");" ],null 11:14:49 AM DEBUG [transport] - request to nvim: 112,nvim_call_function,[ "coc#util#get_format_opts", [ 3 ] ] 11:14:49 AM DEBUG [transport] - response of nvim: 112,2ms,[ 2, 1 ],null 11:14:49 AM DEBUG [transport] - request to nvim: 113,nvim_get_current_buf,[] 11:14:49 AM DEBUG [transport] - response of nvim: 113,1ms,[nvim_buf_3],null 11:14:49 AM DEBUG [transport] - request to nvim: 114,nvim_call_function,[ "coc#highlight#clear_highlight", [ 3, 2001, 0, -1 ] ] 11:14:49 AM DEBUG [transport] - request to nvim: 115,nvim_buf_clear_namespace,[ "[nvim_buf_3]", 1, 0, -1 ] 11:14:49 AM DEBUG [transport] - response of nvim: 114,2ms,0,null 11:14:49 AM DEBUG [transport] - response of nvim: 115,2ms,null,null 11:14:49 AM DEBUG [transport] - nvim notification: nvim_buf_set_virtual_text,[ "[nvim_buf_3]", 1, 151, [ [ " Not committed yet", "CocCodeLens" ] ], {} ] 11:14:59 AM DEBUG [transport] - response of client: 1,10235ms,undefined,false 11:14:59 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "BufWritePost", 3 ] ] 11:14:59 AM DEBUG [transport] - request to nvim: 116,nvim_call_function,[ "execute", [ "ls!" ] ] 11:14:59 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "CursorMoved", 3, [ 151, 1 ] ] ] 11:14:59 AM DEBUG [transport] - response of nvim: 116,118ms, 2u h "[Scratch]" line 0 3 %a "abbreviation-constants.js" line 151,null 11:14:59 AM DEBUG [transport] - request to nvim: 117,nvim_call_function,[ "expand", [ "#2:p", 1 ] ] 11:14:59 AM DEBUG [transport] - request to nvim: 118,nvim_call_function,[ "expand", [ "#3:p", 1 ] ] 11:14:59 AM DEBUG [transport] - response of nvim: 117,11ms,,null 11:14:59 AM DEBUG [transport] - response of nvim: 118,12ms,/mnt/d/auto-capitalise-sentence/src/abbreviation-constants.js,null 11:14:59 AM DEBUG [transport] - request to nvim: 119,nvim_call_function,[ "coc#highlight#clear_highlight", [ 3, 2001, 0, -1 ] ] 11:14:59 AM DEBUG [transport] - request to nvim: 120,nvim_buf_clear_namespace,[ "[nvim_buf_3]", 1, 0, -1 ] 11:14:59 AM DEBUG [transport] - response of nvim: 119,7ms,0,null 11:14:59 AM DEBUG [transport] - response of nvim: 120,7ms,null,null 11:14:59 AM DEBUG [transport] - nvim notification: nvim_buf_set_virtual_text,[ "[nvim_buf_3]", 1, 150, [ [ " (hrai 3 days ago) NEW-WORDS Added New Word (#134)", "CocCodeLens" ] ], {} ] 11:14:59 AM DEBUG [transport] - request to nvim: 121,nvim_eval,[ "[expand(\"%:p\"),&buftype]" ] 11:14:59 AM DEBUG [transport] - response of nvim: 121,1ms,[ "/mnt/d/auto-capitalise-sentence/src/abbreviation-constants.js", "" ],null 11:14:59 AM DEBUG [transport] - request to nvim: 122,nvim_eval,[ "[coc#util#check_refresh(3),mode(),line(\".\"),getloclist(bufwinid(3),{'title':1})]" ] 11:14:59 AM DEBUG [transport] - response of nvim: 122,1ms,[ 1, "n", 151, { "title": "" } ],null 11:14:59 AM DEBUG [transport] - request to nvim: 123,nvim_call_atomic,[ [ [ "nvim_call_function", [ "ale#other_source#ShowResults", [ 3, "cSpell", [ { "text": "\"FNMA\": Unknown word.", "lnum": 22, "col": 4, "end_lnum": 22, "end_col": 7, "type": "I" }, { "text": "\"ICYMI\": Unknown word.", "lnum": 35, "col": 4, "end_lnum": 35, "end_col": 8, "type": "I" }, { "text": "\"ROTFL\": Unknown word.", "lnum": 64, "col": 4, "end_lnum": 64, "end_col": 8, "type": "I" }, { "text": "\"TGIF\": Unknown word.", "lnum": 76, "col": 4, "end_lnum": 76, "end_col": 7, "type": "I" }, { "text": "\"TTYL\": Unknown word.", "lnum": 79, "col": 4, "end_lnum": 79, "end_col": 7, "type": "I" }, { "text": "\"ADFS\": Unknown word.", "lnum": 93, "col": 4, "end_lnum": 93, "end_col": 7, "type": "I" }, { "text": "\"MITM\": Unknown word.", "lnum": 132, "col": 4, "end_lnum": 132, "end_col": 7, "type": "I" }, { "text": "\"MPLS\": Unknown word.", "lnum": 134, "col": 4, "end_lnum": 134, "end_col": 7, "type": "I" }, { "text": "\"MSTSC\": Unknown word.", "lnum": 136, "col": 4, "end_lnum": 136, "end_col": 8, "type": "I" }, { "text": "\"OLAP\": Unknown word.", "lnum": 141, "col": 4, "end_lnum": 141, "end_col": 7, "type": "I" }, { "text": "\"OLTP\": Unknown word.", "lnum": 142, "col": 4, "end_lnum": 142, "end_col": 7, "type": "I" }, { "text": "\"ACDT\": Unknown word.", "lnum": 191, "col": 4, "end_lnum": 191, "end_col": 7, "type": "I" }, { "text": "\"ACST\": Unknown word.", "lnum": 192, "col": 4, "end_lnum": 192, "end_col": 7, "type": "I" }, { "text": "\"ACWST\": Unknown word.", "lnum": 193, "col": 4, "end_lnum": 193, "end_col": 8, "type": "I" }, { "text": "\"AEDT\": Unknown word.", "lnum": 195, "col": 4, "end_lnum": 195, "end_col": 7, "type": "I" }, { "text": "\"AEST\": Unknown word.", "lnum": 196, "col": 4, "end_lnum": 196, "end_col": 7, "type": "I" }, { "text": "\"AKDT\": Unknown word.", "lnum": 199, "col": 4, "end_lnum": 199, "end_col": 7, "type": "I" }, { "text": "\"AKST\": Unknown word.", "lnum": 200, "col": 4, "end_lnum": 200, "end_col": 7, "type": "I" }, { "text": "\"ALMT\": Unknown word.", "lnum": 201, "col": 4, "end_lnum": 201, "end_col": 7, "type": "I" }, { "text": "\"AMST\": Unknown word.", "lnum": 202, "col": 4, "end_lnum": 202, "end_col": 7, "type": "I" }, { "text": "\"ANAT\": Unknown word.", "lnum": 204, "col": 4, "end_lnum": 204, "end_col": 7, "type": "I" }, { "text": "\"AQTT\": Unknown word.", "lnum": 205, "col": 4, "end_lnum": 205, "end_col": 7, "type": "I" }, { "text": "\"AWST\": Unknown word.", "lnum": 207, "col": 4, "end_lnum": 207, "end_col": 7, "type": "I" }, { "text": "\"AZOST\": Unknown word.", "lnum": 208, "col": 4, "end_lnum": 208, "end_col": 8, "type": "I" }, { "text": "\"AZOT\": Unknown word.", "lnum": 209, "col": 4, "end_lnum": 209, "end_col": 7, "type": "I" }, { "text": "\"BIOT\": Unknown word.", "lnum": 212, "col": 4, "end_lnum": 212, "end_col": 7, "type": "I" }, { "text": "\"BRST\": Unknown word.", "lnum": 213, "col": 4, "end_lnum": 213, "end_col": 7, "type": "I" }, { "text": "\"CEST\": Unknown word.", "lnum": 219, "col": 4, "end_lnum": 219, "end_col": 7, "type": "I" }, { "text": "\"CHADT\": Unknown word.", "lnum": 221, "col": 4, "end_lnum": 221, "end_col": 8, "type": "I" }, { "text": "\"CHAST\": Unknown word.", "lnum": 222, "col": 4, "end_lnum": 222, "end_col": 8, "type": "I" }, { "text": "\"CHOT\": Unknown word.", "lnum": 223, "col": 4, "end_lnum": 223, "end_col": 7, "type": "I" }, { "text": "\"CHOST\": Unknown word.", "lnum": 224, "col": 4, "end_lnum": 224, "end_col": 8, "type": "I" }, { "text": "\"CHST\": Unknown word.", "lnum": 225, "col": 4, "end_lnum": 225, "end_col": 7, "type": "I" }, { "text": "\"CHUT\": Unknown word.", "lnum": 226, "col": 4, "end_lnum": 226, "end_col": 7, "type": "I" }, { "text": "\"CIST\": Unknown word.", "lnum": 227, "col": 4, "end_lnum": 227, "end_col": 7, "type": "I" }, { "text": "\"WITA\": Unknown word.", "lnum": 228, "col": 4, "end_lnum": 228, "end_col": 7, "type": "I" }, { "text": "\"CLST\": Unknown word.", "lnum": 230, "col": 4, "end_lnum": 230, "end_col": 7, "type": "I" }, { "text": "\"CWST\": Unknown word.", "lnum": 235, "col": 4, "end_lnum": 235, "end_col": 7, "type": "I" }, { "text": "\"DAVT\": Unknown word.", "lnum": 237, "col": 4, "end_lnum": 237, "end_col": 7, "type": "I" }, { "text": "\"DDUT\": Unknown word.", "lnum": 238, "col": 4, "end_lnum": 238, "end_col": 7, "type": "I" }, { "text": "\"EASST\": Unknown word.", "lnum": 240, "col": 4, "end_lnum": 240, "end_col": 8, "type": "I" }, { "text": "\"EEST\": Unknown word.", "lnum": 243, "col": 4, "end_lnum": 243, "end_col": 7, "type": "I" }, { "text": "\"EGST\": Unknown word.", "lnum": 245, "col": 4, "end_lnum": 245, "end_col": 7, "type": "I" }, { "text": "\"FKST\": Unknown word.", "lnum": 250, "col": 4, "end_lnum": 250, "end_col": 7, "type": "I" }, { "text": "\"GAMT\": Unknown word.", "lnum": 254, "col": 4, "end_lnum": 254, "end_col": 7, "type": "I" }, { "text": "\"HAEC\": Unknown word.", "lnum": 260, "col": 4, "end_lnum": 260, "end_col": 7, "type": "I" }, { "text": "\"HOVST\": Unknown word.", "lnum": 264, "col": 4, "end_lnum": 264, "end_col": 8, "type": "I" }, { "text": "\"HOVT\": Unknown word.", "lnum": 265, "col": 4, "end_lnum": 265, "end_col": 7, "type": "I" }, { "text": "\"IDLW\": Unknown word.", "lnum": 267, "col": 4, "end_lnum": 267, "end_col": 7, "type": "I" }, { "text": "\"IRDT\": Unknown word.", "lnum": 270, "col": 4, "end_lnum": 270, "end_col": 7, "type": "I" }, { "text": "\"IRKT\": Unknown word.", "lnum": 271, "col": 4, "end_lnum": 271, "end_col": 7, "type": "I" }, { "text": "\"IRST\": Unknown word.", "lnum": 272, "col": 4, "end_lnum": 272, "end_col": 7, "type": "I" }, { "text": "\"KALT\": Unknown word.", "lnum": 275, "col": 4, "end_lnum": 275, "end_col": 7, "type": "I" }, { "text": "\"KOST\": Unknown word.", "lnum": 277, "col": 4, "end_lnum": 277, "end_col": 7, "type": "I" }, { "text": "\"KRAT\": Unknown word.", "lnum": 278, "col": 4, "end_lnum": 278, "end_col": 7, "type": "I" }, { "text": "\"LHST\": Unknown word.", "lnum": 280, "col": 4, "end_lnum": 280, "end_col": 7, "type": "I" }, { "text": "\"MAGT\": Unknown word.", "lnum": 281, "col": 4, "end_lnum": 281, "end_col": 7, "type": "I" }, { "text": "\"MAWT\": Unknown word.", "lnum": 283, "col": 4, "end_lnum": 283, "end_col": 7, "type": "I" }, { "text": "\"NOVT\": Unknown word.", "lnum": 297, "col": 4, "end_lnum": 297, "end_col": 7, "type": "I" }, { "text": "\"NZDT\": Unknown word.", "lnum": 302, "col": 4, "end_lnum": 302, "end_col": 7, "type": "I" }, { "text": "\"NZST\": Unknown word.", "lnum": 303, "col": 4, "end_lnum": 303, "end_col": 7, "type": "I" }, { "text": "\"OMST\": Unknown word.", "lnum": 304, "col": 4, "end_lnum": 304, "end_col": 7, "type": "I" }, { "text": "\"ORAT\": Unknown word.", "lnum": 305, "col": 4, "end_lnum": 305, "end_col": 7, "type": "I" }, { "text": "\"PHOT\": Unknown word.", "lnum": 309, "col": 4, "end_lnum": 309, "end_col": 7, "type": "I" }, { "text": "\"PMDT\": Unknown word.", "lnum": 312, "col": 4, "end_lnum": 312, "end_col": 7, "type": "I" }, { "text": "\"PMST\": Unknown word.", "lnum": 313, "col": 4, "end_lnum": 313, "end_col": 7, "type": "I" }, { "text": "\"PYST\": Unknown word.", "lnum": 318, "col": 4, "end_lnum": 318, "end_col": 7, "type": "I" }, { "text": "\"ROTT\": Unknown word.", "lnum": 321, "col": 4, "end_lnum": 321, "end_col": 7, "type": "I" }, { "text": "\"SAKT\": Unknown word.", "lnum": 322, "col": 4, "end_lnum": 322, "end_col": 7, "type": "I" }, { "text": "\"SAMT\": Unknown word.", "lnum": 323, "col": 4, "end_lnum": 323, "end_col": 7, "type": "I" }, { "text": "\"SAST\": Unknown word.", "lnum": 324, "col": 4, "end_lnum": 324, "end_col": 7, "type": "I" }, { "text": "\"SLST\": Unknown word.", "lnum": 329, "col": 4, "end_lnum": 329, "end_col": 7, "type": "I" }, { "text": "\"SRET\": Unknown word.", "lnum": 330, "col": 4, "end_lnum": 330, "end_col": 7, "type": "I" }, { "text": "\"SYOT\": Unknown word.", "lnum": 334, "col": 4, "end_lnum": 334, "end_col": 7, "type": "I" }, { "text": "\"TAHT\": Unknown word.", "lnum": 335, "col": 4, "end_lnum": 335, "end_col": 7, "type": "I" }, { "text": "\"ULAST\": Unknown word.", "lnum": 344, "col": 4, "end_lnum": 344, "end_col": 8, "type": "I" }, { "text": "\"ULAT\": Unknown word.", "lnum": 345, "col": 4, "end_lnum": 345, "end_col": 7, "type": "I" }, { "text": "\"UYST\": Unknown word.", "lnum": 347, "col": 4, "end_lnum": 347, "end_col": 7, "type": "I" }, { "text": "\"VLAT\": Unknown word.", "lnum": 350, "col": 4, "end_lnum": 350, "end_col": 7, "type": "I" }, { "text": "\"VOST\": Unknown word.", "lnum": 351, "col": 4, "end_lnum": 351, "end_col": 7, "type": "I" }, { "text": "\"WAKT\": Unknown word.", "lnum": 353, "col": 4, "end_lnum": 353, "end_col": 7, "type": "I" }, { "text": "\"WGST\": Unknown word.", "lnum": 358, "col": 4, "end_lnum": 358, "end_col": 7, "type": "I" }, { "text": "\"YAKT\": Unknown word.", "lnum": 361, "col": 4, "end_lnum": 361, "end_col": 7, "type": "I" }, { "text": "\"YEKT\": Unknown word.", "lnum": 362, "col": 4, "end_lnum": 362, "end_col": 7, "type": "I" } ] ] ] ] ] ] 11:14:59 AM DEBUG [transport] - response of nvim: 123,18ms,[ [ 0 ], null ],null 11:15:00 AM DEBUG [transport] - receive notification: [ "highlight", [] ] 11:15:00 AM DEBUG [transport] - request to nvim: 124,nvim_eval,[ "[bufnr(\"%\"),win_getid(),coc#util#cursor(),get(b:,'coc_cursors_activated',0)]" ] 11:15:00 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "CursorHold", 3 ] ] 11:15:00 AM DEBUG [transport] - response of nvim: 124,5ms,[ 3, 1000, [ 150, 0 ], 0 ],null 11:15:02 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "WinLeave", 1000 ] ] 11:15:02 AM DEBUG [transport] - nvim notification: nvim_call_function,[ "coc#highlight#clear_win_matches", [ 1000, "^HighlightedyankRegion" ] ] 11:15:02 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "WinEnter", 1003 ] ] 11:15:02 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "CursorMoved", 3, [ 151, 1 ] ] ] 11:15:02 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "BufEnter", 4 ] ] 11:15:02 AM DEBUG [transport] - request to nvim: 125,nvim_call_function,[ "bufname", [] ] 11:15:02 AM DEBUG [transport] - request to nvim: 126,nvim_call_function,[ "getbufvar", [ 4, "&filetype", "" ] ] 11:15:02 AM DEBUG [transport] - request to nvim: 127,nvim_eval,[ "[expand(\"%:p\"),&buftype]" ] 11:15:02 AM DEBUG [transport] - receive notification: [ "doAutocmd", [ 3 ] ] 11:15:02 AM DEBUG [transport] - request to nvim: 128,nvim_get_current_buf,[] 11:15:02 AM DEBUG [transport] - receive notification: [ "doAutocmd", [ 4 ] ] 11:15:02 AM DEBUG [transport] - receive notification: [ "doAutocmd", [ 5 ] ] 11:15:02 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "BufWinEnter", 4, 1003 ] ] 11:15:02 AM DEBUG [transport] - request to nvim: 129,nvim_get_current_buf,[] 11:15:02 AM DEBUG [transport] - request to nvim: 130,nvim_get_current_buf,[] 11:15:02 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "FileType", "vim", 4 ] ] 11:15:02 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "CursorMoved", 4, [ 46, 1 ] ] ] 11:15:02 AM DEBUG [transport] - request to nvim: 131,nvim_call_function,[ "coc#util#get_bufoptions", [ 4, 10485760 ] ] 11:15:02 AM DEBUG [transport] - receive notification: [ "nvim_error_event", [ 0, "Vim:E117: Unknown function: coc#highlight#clear_win_matches" ] ] 11:15:02 AM DEBUG [transport] - response of nvim: 125,105ms,[Command Line],null 11:15:02 AM DEBUG [transport] - response of nvim: 126,104ms,vim,null 11:15:02 AM DEBUG [transport] - request to nvim: 132,nvim_get_var,[ "&filetype" ] 11:15:02 AM DEBUG [transport] - nvim notification: nvim_call_atomic,[ [ [ "nvim_set_var", [ "coc_status", " cSpell" ] ], [ "nvim_call_function", [ "coc#util#do_autocmd", [ "CocStatusChange" ] ] ] ] ] 11:15:02 AM DEBUG [transport] - request to nvim: 133,nvim_call_function,[ "execute", [ "ls!" ] ] 11:15:02 AM DEBUG [transport] - response of nvim: 127,106ms,[ "/mnt/d/auto-capitalise-sentence/src/[Command Line]", "nofile" ],null 11:15:02 AM DEBUG [transport] - response of nvim: 128,102ms,[nvim_buf_4],null 11:15:02 AM DEBUG [transport] - response of nvim: 129,100ms,[nvim_buf_4],null 11:15:02 AM DEBUG [transport] - response of nvim: 130,100ms,[nvim_buf_4],null 11:15:02 AM DEBUG [transport] - response of nvim: 131,54ms,{ "changedtick": 2, "variables": {}, "winid": 1003, "eol": 1, "previewwindow": false, "bufname": "[Command Line]", "fullpath": "/mnt/d/auto-capitalise-sentence/src/[Command Line]", "filetype": "vim", "buftype": "nofile", "lines": [], "iskeyword": "@,48-57,_,192-255,#", "size": 562 },null 11:15:02 AM DEBUG [transport] - response of nvim: 132,2ms,null,[ 1, "Key not found: &filetype" ] 11:15:02 AM DEBUG [transport] - request to nvim: 134,nvim_buf_attach,[ "[nvim_buf_4]", true, {} ] 11:15:02 AM DEBUG [transport] - nvim notification: nvim_call_atomic,[ [ [ "nvim_set_var", [ "coc_git_status", "" ] ], [ "nvim_call_function", [ "coc#util#do_autocmd", [ "CocGitStatusChange" ] ] ] ] ] 11:15:02 AM DEBUG [transport] - request to nvim: 135,nvim_get_var,[ "coc_explorer_context" ] 11:15:02 AM DEBUG [transport] - response of nvim: 133,24ms, 2u h "[Scratch]" line 1 3 #a "abbreviation-constants.js" line 0 4 %a "[Command Line]" line 46,null 11:15:02 AM DEBUG [transport] - receive notification: [ "nvim_buf_lines_event", [ "[nvim_buf_4]", 2, 0, -1, [ "!wslview", "Rg clipb", "checkhealth", "PaperColor", "echo $PATH", "Rg bau", "Rg sns", "vs", "h sort", "'<,'>sort I", "422", "Gstatus", "'<,'>sort", "e! ~/.vim_runtime/my_configs.vim", "17", "9", "306", "Gap fixed test", "Rg >n", "h execute()", "nmap ", "Gap cleanup", "Rg bu", "h BufWritePost", "n", "GFiles", "nmap ", "Rg gfile", "Gap added words", "24", "GitBrowserOpen", "Rg ", "Rg visual", "Ag test", ":noautocmd qall!", ":profile start profile.log", "pwd", ":profile func *", ":profile file *", ":profile pause", "noautocmd qall!", "h :profile", ":profile start ~/profile.log | profile func * | profile file *", ":profile pause | noautocmd qall!", ":call coc#client#open_log()", "" ], false ] ] 11:15:02 AM DEBUG [transport] - response of nvim: 134,22ms,true,null 11:15:02 AM DEBUG [transport] - request to nvim: 136,nvim_call_function,[ "expand", [ "#2:p", 1 ] ] 11:15:02 AM DEBUG [transport] - request to nvim: 137,nvim_call_function,[ "expand", [ "#3:p", 1 ] ] 11:15:02 AM DEBUG [transport] - request to nvim: 138,nvim_call_function,[ "expand", [ "#4:p", 1 ] ] 11:15:02 AM DEBUG [transport] - request to nvim: 139,nvim_command_output,[ "echo $VIMRUNTIME" ] 11:15:02 AM DEBUG [transport] - receive notification: [ "runCommand", [ "coc-helper.internal.didVimEvent_2", "CocGitStatusChange" ] ] 11:15:02 AM DEBUG [transport] - response of nvim: 135,36ms,{ "previousWindowID": 1000, "previousBufnr": 3 },null 11:15:02 AM DEBUG [transport] - request to nvim: 140,nvim_set_var,[ "coc_explorer_context", { "previousWindowID": 1000, "previousBufnr": 4 } ] 11:15:02 AM DEBUG [transport] - response of nvim: 136,18ms,,null 11:15:02 AM DEBUG [transport] - response of nvim: 137,18ms,/mnt/d/auto-capitalise-sentence/src/abbreviation-constants.js,null 11:15:02 AM DEBUG [transport] - response of nvim: 138,18ms,/mnt/d/auto-capitalise-sentence/src/[Command Line],null 11:15:02 AM DEBUG [transport] - response of nvim: 139,12ms,,null 11:15:02 AM DEBUG [transport] - response of nvim: 140,4ms,null,null 11:15:02 AM DEBUG [transport] - request to nvim: 141,nvim_get_option,[ "runtimepath" ] 11:15:02 AM DEBUG [transport] - request to nvim: 142,nvim_call_function,[ "win_getid", [] ] 11:15:02 AM DEBUG [transport] - request to nvim: 143,nvim_get_current_buf,[] 11:15:03 AM DEBUG [transport] - response of nvim: 141,15ms,/home/hrai/.vim,/home/hrai/.vim/plugged/coc.nvim,/home/hrai/.vim/plugged/beacon.nvim,/home/hrai/.vim/plugged/papercolor-theme,/home/hrai/.vim/plugged/vim-visual-multi,/home/hrai/.vim/plugged/vim-easy-align,/home/hrai/.vim/plugged/enabler_vim,/home/hrai/.vim/plugged/vim-better-whitespace,/home/hrai/.vim/plugged/indentLine,/home/hrai/.vim/plugged/vim-sleuth,/home/hrai/.vim/plugged/vim-easymotion,/home/hrai/.vim/plugged/vim-polyglot,/home/hrai/.vim/plugged/vim-exchange,/home/hrai/.vim/plugged/vim-log-syntax,/home/hrai/.vim/plugged/vim-dispatch,/home/hrai/.vim/plugged/vim-repeat,/home/hrai/.vim/plugged/vim-commentary,/home/hrai/.vim/plugged/vim-tbone,/home/hrai/.vim/plugged/vim-expand-region,/home/hrai/.vim/plugged/vim-operator-highlight,/home/hrai/.vim/plugged/fzf,/home/hrai/.vim/plugged/fzf.vim,/home/hrai/.vim/plugged/fzf-checkout.vim,/home/hrai/.vim/plugged/vim-auto-save,/home/hrai/.vim/plugged/vim-abolish,/home/hrai/.vim/plugged/vim-markdown,/home/hrai/.vim/plugged/vim-fugitive,/home/hrai/.vim/plugged/vim-surround,/home/hrai/.vim/plugged/vim-obsession,/home/hrai/.vim/plugged/lightline.vim,/home/hrai/.vim/plugged/nerdtree,/home/hrai/.vim/plugged/nerdtree-git-plugin,/home/hrai/.vim/plugged/vim-devicons,/home/hrai/.vim/plugged/open_file_under_cursor.vim,/home/hrai/.vim/plugged/tabular,/home/hrai/.vim/plugged/supertab,/home/hrai/.vim/plugged/vim-gutentags,/home/hrai/.vim/plugged/vim-bufonly,/home/hrai/.vim/plugged/vim-snippets,/home/hrai/.vim/plugged/online-thesaurus-vim,/home/hrai/.vim/plugged/vim-autocorrect,/home/hrai/.vim/plugged/vim-tmux-navigator,/home/hrai/.vim/plugged/vim-listtrans,/home/hrai/.vim/plugged/vim-indent-object,/home/hrai/.vim/plugged/vim-csharp-snippets,/home/hrai/.vim/plugged/vim-gtfo,/home/hrai/.vim/plugged/vim-eunuch,/home/hrai/.vim/plugged/editorconfig-vim,/home/hrai/.vim/plugged/git-messenger.vim,/home/hrai/.vim/plugged/vim-conjoin,/home/hrai/.vim/plugged/vim-unimpaired,/home/hrai/.vim/plugged/vim-bracketed-paste,/home/hrai/.vim/plugged/vim-diff-enhanced,/home/hrai/.vim/plugged/vim-tmux,/home/hrai/.vim/plugged/vim-sneak,/home/hrai/.vim/plugged/rainbow,/home/hrai/.vim/plugged/matchit,/home/hrai/.vim/plugged/targets.vim,/home/hrai/.vim/plugged/undotree,/home/hrai/.vim/plugged/vim-buffet,/home/hrai/.vim/plugged/vim-leader-guide,/home/hrai/.vim/plugged/vim-strip-trailing-whitespace,/home/hrai/.vim/plugged/vim-startify,/home/hrai/.vim/plugged/vim-python-pep8-indent,/home/hrai/.vim/plugged/vim-SQL-UPPER,/home/hrai/.vim/plugged/vim-quickhl,/home/hrai/.vim/plugged/alternate-toggler,/home/hrai/.vim/plugged/vim-smoothie,/home/hrai/.vim/plugged/splitjoin.vim,/home/hrai/.vim/plugged/vim-peekaboo,/home/hrai/.vim/plugged/vim-hardtime,/home/hrai/.vim/plugged/vim-sort-motion,/home/hrai/.vim/plugged/vim-swap,/home/hrai/.vim/plugged/open-browser.vim,/home/hrai/.vim/plugged/zoxide.vim,/home/hrai/.vim/plugged/ale,/home/hrai/.config/nvim,/etc/xdg/nvim,/home/hrai/.local/share/nvim/site,/usr/local/share/nvim/site,/usr/share/nvim/site,/home/hrai/.zinit/plugins/neovim---neovim/nvim-linux64/share/nvim/runtime,/home/hrai/.zinit/plugins/lib/nvim,/usr/share/nvim/site/after,/usr/local/share/nvim/site/after,/home/hrai/.local/share/nvim/site/after,/etc/xdg/nvim/after,/home/hrai/.config/nvim/after,/home/hrai/.vim/after,/home/hrai/.vim_runtime,/home/hrai/.vim_runtime/python_functions,/home/hrai/.vim/coc_data_home/extensions/node_modules/coc-snippets,/home/hrai/.vim/coc_data_home/extensions/node_modules/coc-explorer,/home/hrai/.vim/plugged/indentLine/after,/home/hrai/.vim/plugged/vim-polyglot/after,/home/hrai/.vim/plugged/nerdtree-git-plugin/after,/home/hrai/.vim/plugged/tabular/after,/home/hrai/.vim_runtime/sources_non_forked,null 11:15:03 AM DEBUG [transport] - response of nvim: 142,14ms,1003,null 11:15:03 AM DEBUG [transport] - response of nvim: 143,13ms,[nvim_buf_4],null 11:15:03 AM DEBUG [transport] - request to nvim: 144,nvim_get_option,[ "iskeyword" ] 11:15:03 AM DEBUG [transport] - request to nvim: 145,nvim_get_var,[ "coc_explorer_context" ] 11:15:03 AM DEBUG [transport] - response of nvim: 144,15ms,@,48-57,_,192-255,null 11:15:03 AM DEBUG [transport] - response of nvim: 145,14ms,{ "previousWindowID": 1000, "previousBufnr": 4 },null 11:15:03 AM DEBUG [transport] - request to nvim: 146,nvim_command,[ "source /tmp/nvimt653pi/coc.nvim-30952/coc-30952.vim" ] 11:15:03 AM DEBUG [transport] - request to nvim: 147,nvim_set_var,[ "coc_explorer_context", { "previousWindowID": 1003, "previousBufnr": 4 } ] 11:15:03 AM DEBUG [transport] - response of nvim: 146,18ms,null,null 11:15:03 AM DEBUG [transport] - response of nvim: 147,17ms,null,null 11:15:03 AM DEBUG [transport] - nvim notification: nvim_call_atomic,[ [ [ "nvim_set_var", [ "coc_status", "" ] ], [ "nvim_call_function", [ "coc#util#do_autocmd", [ "CocStatusChange" ] ] ] ] ] 11:15:03 AM DEBUG [transport] - receive notification: [ "highlight", [] ] 11:15:03 AM DEBUG [transport] - request to nvim: 148,nvim_eval,[ "[bufnr(\"%\"),win_getid(),coc#util#cursor(),get(b:,'coc_cursors_activated',0)]" ] 11:15:03 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "CursorHold", 4 ] ] 11:15:03 AM DEBUG [transport] - response of nvim: 148,13ms,[ 4, 1003, [ 45, 0 ], 0 ],null 11:15:03 AM DEBUG [transport] - request to nvim: 149,nvim_get_current_buf,[] 11:15:03 AM DEBUG [transport] - response of nvim: 149,0ms,[nvim_buf_4],null 11:15:03 AM DEBUG [transport] - request to nvim: 150,nvim_buf_get_option,[ "[nvim_buf_4]", "iskeyword" ] 11:15:03 AM DEBUG [transport] - response of nvim: 150,11ms,@,48-57,_,192-255,#,null 11:15:03 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "CursorMoved", 4, [ 45, 1 ] ] ] 11:15:04 AM DEBUG [transport] - receive notification: [ "highlight", [] ] 11:15:04 AM DEBUG [transport] - request to nvim: 151,nvim_eval,[ "[bufnr(\"%\"),win_getid(),coc#util#cursor(),get(b:,'coc_cursors_activated',0)]" ] 11:15:04 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "CursorHold", 4 ] ] 11:15:04 AM DEBUG [transport] - response of nvim: 151,13ms,[ 4, 1003, [ 44, 0 ], 0 ],null 11:15:04 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "WinLeave", 1003 ] ] 11:15:04 AM DEBUG [transport] - nvim notification: nvim_call_function,[ "coc#highlight#clear_win_matches", [ 1003, "^HighlightedyankRegion" ] ] 11:15:04 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "WinEnter", 1000 ] ] 11:15:04 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "BufEnter", 3 ] ] 11:15:04 AM DEBUG [transport] - request to nvim: 152,nvim_call_function,[ "bufname", [] ] 11:15:04 AM DEBUG [transport] - request to nvim: 153,nvim_call_function,[ "getbufvar", [ 3, "&filetype", "" ] ] 11:15:04 AM DEBUG [transport] - request to nvim: 154,nvim_eval,[ "getwinvar(bufwinnr(3), '&previewwindow')" ] 11:15:04 AM DEBUG [transport] - request to nvim: 155,nvim_eval,[ "[expand(\"%:p\"),&buftype]" ] 11:15:04 AM DEBUG [transport] - receive notification: [ "doAutocmd", [ 3 ] ] 11:15:04 AM DEBUG [transport] - request to nvim: 156,nvim_get_current_buf,[] 11:15:04 AM DEBUG [transport] - receive notification: [ "doAutocmd", [ 4 ] ] 11:15:04 AM DEBUG [transport] - receive notification: [ "doAutocmd", [ 5 ] ] 11:15:04 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "CursorMoved", 3, [ 151, 1 ] ] ] 11:15:04 AM DEBUG [transport] - request to nvim: 157,nvim_get_current_buf,[] 11:15:04 AM DEBUG [transport] - request to nvim: 158,nvim_get_current_buf,[] 11:15:04 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "BufWinLeave", 4, 1003 ] ] 11:15:04 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "BufUnload", 4 ] ] 11:15:04 AM DEBUG [transport] - receive notification: [ "runCommand", [ "coc-helper.internal.didVimEvent_1", "BufDelete", 4 ] ] 11:15:04 AM DEBUG [transport] - receive notification: [ "runCommand", [ "coc-helper.internal.didVimEvent_2", "BufDelete", 4 ] ] 11:15:04 AM DEBUG [transport] - receive notification: [ "runCommand", [ "coc-helper.internal.didVimEvent_1", "BufWipeout", 4 ] ] 11:15:04 AM DEBUG [transport] - receive notification: [ "runCommand", [ "coc-helper.internal.didVimEvent_2", "BufWipeout", 4 ] ] 11:15:04 AM DEBUG [transport] - request to nvim: 159,nvim_call_function,[ "execute", [ "ls!" ] ] 11:15:04 AM DEBUG [transport] - request to nvim: 160,nvim_call_function,[ "execute", [ "ls!" ] ] 11:15:04 AM DEBUG [transport] - receive notification: [ "nvim_buf_detach_event", [ "[nvim_buf_4]" ] ] 11:15:04 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "WinLeave", 1000 ] ] 11:15:04 AM DEBUG [transport] - nvim notification: nvim_call_function,[ "coc#highlight#clear_win_matches", [ 1000, "^HighlightedyankRegion" ] ] 11:15:04 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "WinEnter", 1005 ] ] 11:15:04 AM DEBUG [transport] - receive notification: [ "CocAutocmd", [ "CursorMoved", 3, [ 151, 1 ] ] ]