AutoYADM commit: 2025-01-13 20:30:04

This commit is contained in:
Daniel Fichtinger 2025-01-13 20:30:04 -05:00
parent f37cacf40a
commit c2acd073c5
3 changed files with 8 additions and 15 deletions

View file

@ -7,9 +7,6 @@ return {
{ "giuxtaposition/blink-cmp-copilot", enabled = false },
{
"saghen/blink.cmp",
dependencies = {
"mikavilpas/blink-ripgrep.nvim",
},
-- opts_extend = {"sources"},
opts = {
sources = {
@ -17,10 +14,6 @@ return {
default = { "lsp", "snippets", "path", "lazydev", "buffer" },
providers = {
-- markdown = { name = "RenderMarkdown", module = "render-markdown.integ.blink" },
ripgrep = {
module = "blink-ripgrep",
name = "Ripgrep",
},
},
},
appearance = {
@ -73,12 +66,6 @@ return {
["<C-p>"] = { "snippet_backward", "fallback" },
["<Up>"] = { "select_prev", "fallback" },
["<Down>"] = { "select_next", "fallback" },
["<C-g>"] = {
function()
-- invoke manually, requires blink >v0.8.0
require("blink-cmp").show({ sources = { "ripgrep" } })
end,
},
},
},
},