marleyvim/lua/plugins/blink-cmp.lua

15 lines
213 B
Lua

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