2024-10-09 17:13:16 -07:00
|
|
|
return {
|
2024-10-10 00:48:10 -07:00
|
|
|
"blink-cmp",
|
|
|
|
event = "BufEnter",
|
|
|
|
after = function()
|
|
|
|
require("blink-cmp").setup({
|
|
|
|
-- for keymap, all values may be string | string[]
|
|
|
|
-- use an empty table to disable a keymap
|
|
|
|
keymap = {
|
2024-12-08 17:54:01 -08:00
|
|
|
preset = "default",
|
2024-10-10 14:18:39 -07:00
|
|
|
},
|
2024-10-10 00:48:10 -07:00
|
|
|
})
|
|
|
|
end,
|
2024-10-09 17:13:16 -07:00
|
|
|
}
|