fix: Invalid config format

This commit is contained in:
punkfairie 2025-03-16 17:25:40 -07:00
parent ada8168978
commit bd46b8711e
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -5,8 +5,10 @@ return {
---@module 'blink.cmp'
---@type blink.cmp.Config
opts = {
ghost_text = {
enabled = false,
completion = {
ghost_text = {
enabled = false,
},
},
},
},