marleyvim/lua/plugins/blink-cmp.lua

13 lines
177 B
Lua

return {
{
'saghen/blink.cmp',
---@module 'blink.cmp'
---@type blink.cmp.Config
opts = {
ghost_text = {
enabled = false,
},
},
},
}