9 Apr 2021 |
dman777 (Darin Hensley) | Hello, I am using the vim 8.2 and the latest git clone of coc.nvim. I am trying to infer typescript types on hover. When I hover with the cursor nothing happens. When I do shift-K I get No manual entry for HTMLDivElement (using React.forwardRef<HTMLDivElement, IOptionsSourceInput> as an example). Am I doing something incorrect? | 15:00:00 |
chemzqm (Qiming zhao) | I've no experience for that,checkout verbose output of server | 16:31:27 |
| quashact (quashact) joined the room. | 17:24:29 |
quashact (quashact) | Hello, i have a question. I want to change a color for a text. Anyone knows what a group for it(the green "Number" text in screenshot below)? I am using Vim 8.2 | 17:24:29 |
quashact (quashact) | | 17:24:42 |
quashact (quashact) | * Hello, i have a question. I want to change a color for a text. Anyone knows what a group for it(the green "Number" text in screenshot below)? | 17:25:09 |
quashact (quashact) | * Hello, i have a question. I want to change a color for a text. Anyone knows what a group for it(the green "Number" text in screenshot below)? I am using Vim 8.2 | 17:28:10 |
quashact (quashact) | (Solved) I found that — "Type". | 17:38:28 |
10 Apr 2021 |
| psacawa (Paweł Sacawa) joined the room. | 00:34:59 |
psacawa (Paweł Sacawa) | Hi! Does anyone using coc-yaml know how the yaml.schemaStore.enable property is meant to work? I can't get it to find schemas from http://schemastore.org/ , and by grepping the source code, I don't see any mention of "schemaStore" in coc-yaml or upstream vscode-yaml . Yet, people in vscode-yaml github issues seem to have it working. Has anyone figured this out? Is it unimplemented? | 00:35:00 |
psacawa (Paweł Sacawa) | * Hi! Does anyone using coc-yaml know how the yaml.schemaStore.enable property is meant to work? I can't get it to find schemas from http://schemastore.org/ , and by grepping the source code, I don't see any mention of "schemaStore" in coc-yaml or upstream vscode-yaml . Has anyone figured this out? | 00:35:29 |
psacawa (Paweł Sacawa) | * Hi! Does anyone using coc-yaml know how the yaml.schemaStore.enable property is meant to work? I can't get it to find schemas from http://schemastore.org/ , and by grepping the source code, I don't see any mention of "schemaStore" in coc-yaml or upstream vscode-yaml . Has anyone figured this out? Is it unimplemented? | 00:36:07 |
psacawa (Paweł Sacawa) | * Hi! Does anyone using coc-yaml know how the yaml.schemaStore.enable property is meant to work? I can't get it to find schemas from http://schemastore.org/ , and by grepping the source code, I don't see any mention of "schemaStore" in coc-yaml or upstream vscode-yaml . Yet, people in vscode-yaml github issues seem to have it working. Has anyone figured this out? Is it unimplemented? | 00:37:18 |
psacawa (Paweł Sacawa) | I see that the logic is implemented in the yaml-łanguage-server dependency | 00:43:07 |
AndreGeng (Andre) | @chemzqm I have disabled syntax highlight using 'syntax clear', also set 'coc.preferences.colorSupport' to false. But coc#highlight#ranges still get called. which global variable you mentioned previously can disable this behavior? | 03:34:24 |
| llraphael (Lu Li) joined the room. | 04:24:00 |
llraphael (Lu Li) | Hi Friends, I have [coc.nvim] Error loading workspace folders (expected 1, got 0)
failed to load view for file:///Users/llraphael/go-code: exhausted
from coc.nvim setting up workspace loading packages. Any idea what's wrong here? | 04:24:00 |
chemzqm (Qiming zhao) | @AndreGeng we need avoid highlight the line that too long | 04:34:10 |
riteshharjani (Ritesh Harjani) | I am seeing this error on a go file. "[coc.nvim] Wrong configuration of LS "suggest.completionItemKindLabels", filetypes not found" | 04:56:41 |
riteshharjani (Ritesh Harjani) | any idea why and what needs to be done to fix this? | 04:56:58 |
riteshharjani (Ritesh Harjani) | Ok, I got it. My cocconfig was wrong. After I fixed it, this error is gone. | 05:19:42 |
| matheusfillipe (Matheus Fillipe) joined the room. | 05:36:14 |
matheusfillipe (Matheus Fillipe) | anyone using coc-jedi? How can i get autocomplete, etc, to work with pyqt6 | 05:36:15 |
chemzqm (Qiming zhao) | Don't know if that's possible | 11:01:10 |
| Imbus joined the room. | 15:10:19 |
Imbus | Im using coc.nvim with clangd. Clangd cant seem to figure out where my headers are located (using makefile to build), so i created a compile_flags.txt and set include flag in there. After that my .h files are suddenly interpreted by clangd as c headers. Any ideas? | 15:12:25 |
11 Apr 2021 |
| EdwarKenedy (Edwar Martinez) joined the room. | 04:57:04 |
EdwarKenedy (Edwar Martinez) | Hi, i have a question, why coc remaps <BS> to coc#_insert_key('request', 'iPGJzPg==0'), this create a bug in the autocomplete menu when i delete a character with backspace key the autocomplete menu disappear | 04:57:04 |
EdwarKenedy (Edwar Martinez) | Redacted or Malformed Event | 06:57:29 |
EdwarKenedy (Edwar Martinez) |
Hi, i have a question, why coc remaps <BS> to coc#_insert_key('request', 'iPGJzPg==0'), this create a bug in the autocomplete menu when i delete a character with backspace key the autocomplete menu disappear
Sorry, i found that coc-pairs remaps <BS> | 06:58:22 |