15 lines
213 B
Lua
15 lines
213 B
Lua
return {
|
|
{
|
|
'saghen/blink.cmp',
|
|
|
|
---@module 'blink.cmp'
|
|
---@type blink.cmp.Config
|
|
opts = {
|
|
completion = {
|
|
ghost_text = {
|
|
enabled = false,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|