Merge branch 'fix-blink-keymap-presets'

This commit is contained in:
akioweh 2025-07-28 18:06:12 +04:00
commit 23012bdd17
No known key found for this signature in database

View file

@ -109,7 +109,7 @@ return {
if not opts.keymap["<Tab>"] then
if opts.keymap.preset == "super-tab" then -- super-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" }),
"fallback",
}