Fix blink.cmp super-tab keymaps

There's no github issues about this, very confusing, but I found a fix.
This commit is contained in:
2025-06-17 11:21:00 -04:00
parent 6d1ea999d6
commit 83fae84770

View File

@@ -1,3 +1,5 @@
local presets = require("blink.cmp.keymap.presets")
return {
"saghen/blink.cmp",
dependencies = {
@@ -10,8 +12,9 @@ return {
show_in_snippet = false,
},
},
-- This started to break and idk why
-- This started to break and idk why, so doing it manually
-- keymap = { preset = "super-tab" },
keymap = presets.get("super-tab"),
sources = {
-- Add 'avante' to the list
default = { "avante", "lsp", "path", "snippets", "buffer" },