feat: add render-markdown source to blink.cmp

This commit is contained in:
Youwen Wu 2024-12-28 22:35:43 -08:00
parent 9129762127
commit 04abea4e16
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -21,6 +21,7 @@ return {
default = { "lsp", "path", "snippets", "buffer" }, default = { "lsp", "path", "snippets", "buffer" },
per_filetype = { per_filetype = {
lua = { "lazydev", "lsp", "path", "snippets", "buffer" }, lua = { "lazydev", "lsp", "path", "snippets", "buffer" },
markdown = { "lsp", "path", "snippets", "buffer", "markdown" },
}, },
providers = { providers = {
ripgrep = { ripgrep = {
@ -32,6 +33,7 @@ return {
module = "lazydev.integrations.blink", module = "lazydev.integrations.blink",
score_offset = 100, score_offset = 100,
}, },
markdown = { name = "RenderMarkdown", module = "render-markdown.integ.blink" },
}, },
}, },
completion = { completion = {