Replies: 1 comment
|
alright, I found that's the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
blink.cmp version: the latest code from main branch
render-markdown.nvim: the lates code
you can reproduce the problem with the minimal config below:
the reproduce procedure:
vim.api.nvim_create_autocmd, blink doc looks ok, and also thevim.lsp.buf.hover(shift + K)::RenderMarkdown enable:why lsp hover works well with render-markdown but blink doc not? I added some log for render-markdown (as you can see in the minimal config above), I found that the render-markdown event not attached to blink doc.
All reactions