AutoYADM commit: 2024-12-23 02:30:01

This commit is contained in:
Daniel Fichtinger 2024-12-23 02:30:02 -05:00
parent d383f4190e
commit 65dbc7fa28

View file

@ -10,7 +10,7 @@ return {
-- opts_extend = {"sources"},
opts = {
sources = {
default = { "lsp", "snippets", "markdown", "lazydev", "buffer" },
default = { "lsp", "snippets", "path", "markdown", "lazydev", "buffer" },
providers = {
markdown = { name = "RenderMarkdown", module = "render-markdown.integ.blink" },
},