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:
@@ -1,3 +1,5 @@
|
|||||||
|
local presets = require("blink.cmp.keymap.presets")
|
||||||
|
|
||||||
return {
|
return {
|
||||||
"saghen/blink.cmp",
|
"saghen/blink.cmp",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
@@ -10,8 +12,9 @@ return {
|
|||||||
show_in_snippet = false,
|
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 = { preset = "super-tab" },
|
||||||
|
keymap = presets.get("super-tab"),
|
||||||
sources = {
|
sources = {
|
||||||
-- Add 'avante' to the list
|
-- Add 'avante' to the list
|
||||||
default = { "avante", "lsp", "path", "snippets", "buffer" },
|
default = { "avante", "lsp", "path", "snippets", "buffer" },
|
||||||
|
|||||||
Reference in New Issue
Block a user