AutoYADM commit: 2025-01-03 10:00:02
This commit is contained in:
parent
e696b7838b
commit
69d28f23ef
5 changed files with 127 additions and 122 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue