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'
|
||||
---@type blink.cmp.Config
|
||||
opts = {
|
||||
ghost_text = {
|
||||
enabled = false,
|
||||
completion = {
|
||||
ghost_text = {
|
||||
enabled = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue