AutoYADM commit: 2025-01-03 10:00:02

This commit is contained in:
Daniel Fichtinger 2025-01-03 10:00:02 -05:00
parent e696b7838b
commit 69d28f23ef
No known key found for this signature in database
GPG key ID: D1B0947B25420214
5 changed files with 127 additions and 122 deletions

View file

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