9 lines
114 B
Lua
9 lines
114 B
Lua
---@type LazySpec
|
|
return {
|
|
"Saghen/blink.cmp",
|
|
opts = {
|
|
signature = {
|
|
enabled = true,
|
|
},
|
|
},
|
|
}
|