Fix blink get

This commit is contained in:
Roey Darwish Dror 2025-08-03 11:15:12 +03:00
parent 25abbf546d
commit 6689e6777e

View file

@ -109,7 +109,7 @@ return {
if not opts.keymap["<Tab>"] then if not opts.keymap["<Tab>"] then
if opts.keymap.preset == "super-tab" then -- super-tab if opts.keymap.preset == "super-tab" then -- super-tab
opts.keymap["<Tab>"] = { opts.keymap["<Tab>"] = {
require("blink.cmp.keymap.presets")["super-tab"]["<Tab>"][1], require("blink.cmp.keymap.presets").get("super-tab")["<Tab>"][1],
LazyVim.cmp.map({ "snippet_forward", "ai_accept" }), LazyVim.cmp.map({ "snippet_forward", "ai_accept" }),
"fallback", "fallback",
} }