From 04abea4e16cc77400e887bbb295e9425f6060bac Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sat, 28 Dec 2024 22:35:43 -0800 Subject: [PATCH] feat: add render-markdown source to blink.cmp --- lua/plugins/blink-cmp.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/plugins/blink-cmp.lua b/lua/plugins/blink-cmp.lua index 64fe34b..592c8c3 100644 --- a/lua/plugins/blink-cmp.lua +++ b/lua/plugins/blink-cmp.lua @@ -21,6 +21,7 @@ return { default = { "lsp", "path", "snippets", "buffer" }, per_filetype = { lua = { "lazydev", "lsp", "path", "snippets", "buffer" }, + markdown = { "lsp", "path", "snippets", "buffer", "markdown" }, }, providers = { ripgrep = { @@ -32,6 +33,7 @@ return { module = "lazydev.integrations.blink", score_offset = 100, }, + markdown = { name = "RenderMarkdown", module = "render-markdown.integ.blink" }, }, }, completion = {