diff --git a/lua/plugins/blink.lua b/lua/plugins/blink.lua index f628a1d..152d4a6 100644 --- a/lua/plugins/blink.lua +++ b/lua/plugins/blink.lua @@ -1,8 +1,6 @@ return { "saghen/blink.cmp", dependencies = { - -- For auto-completion in the avante window - "Kaiser-Yang/blink-cmp-avante", -- For emoji selection "moyiz/blink-emoji.nvim", }, @@ -12,26 +10,10 @@ return { show_in_snippet = false, }, }, - -- use preset again once this is merged: https://github.com/LazyVim/LazyVim/pull/6183 - -- keymap = { preset = "super-tab" }, - keymap = { - [""] = { - require("blink.cmp.keymap.presets").get("super-tab")[""][1], - require("lazyvim.util").cmp.map({ "snippet_forward", "ai_accept" }), - "fallback", - }, - }, + keymap = { preset = "super-tab" }, sources = { - -- Add 'avante' to the list - default = { "avante", "lsp", "path", "snippets", "buffer", "emoji" }, + default = { "lsp", "path", "snippets", "buffer", "emoji" }, providers = { - avante = { - module = "blink-cmp-avante", - name = "Avante", - opts = { - -- options for blink-cmp-avante - }, - }, emoji = { module = "blink-emoji", name = "Emoji",