fix: Invalid config format
This commit is contained in:
parent
ada8168978
commit
bd46b8711e
1 changed files with 4 additions and 2 deletions
|
@ -5,8 +5,10 @@ return {
|
||||||
---@module 'blink.cmp'
|
---@module 'blink.cmp'
|
||||||
---@type blink.cmp.Config
|
---@type blink.cmp.Config
|
||||||
opts = {
|
opts = {
|
||||||
ghost_text = {
|
completion = {
|
||||||
enabled = false,
|
ghost_text = {
|
||||||
|
enabled = false,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue