11 lines
266 B
Lua
11 lines
266 B
Lua
return {
|
|
"saghen/blink.cmp",
|
|
event = "VeryLazy",
|
|
opts = {
|
|
fuzzy = { implementation = "lua" },
|
|
completion = { documentation = { auto_show = true } },
|
|
signature = { enabled = true }
|
|
},
|
|
opts_extend = { "sources.default" }
|
|
}
|
|
|