feat: add render-markdown source to blink.cmp
This commit is contained in:
parent
9129762127
commit
04abea4e16
1 changed files with 2 additions and 0 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue