feat: Configure blink.cmp

This commit is contained in:
punkfairie 2025-03-16 16:43:33 -07:00
parent 4b8c4ae091
commit 7643ed1550
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

13
lua/plugins/blink-cmp.lua Normal file
View file

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