marleyvim/lua/plugins/blink-cmp.lua

16 lines
213 B
Lua
Raw Normal View History

2025-03-16 23:43:33 +00:00
return {
{
'saghen/blink.cmp',
---@module 'blink.cmp'
---@type blink.cmp.Config
opts = {
2025-03-17 00:25:40 +00:00
completion = {
ghost_text = {
enabled = false,
},
2025-03-16 23:43:33 +00:00
},
},
},
}