This commit is contained in:
Jorge Villalobos 2025-06-16 15:24:43 -04:00 committed by GitHub
commit 1bf774c201
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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",
} }