mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-10 01:14:41 +02:00
fix(blink): updated to config to reflect breaking changes
This commit is contained in:
parent
76fbed6de5
commit
efcba66a22
2 changed files with 6 additions and 3 deletions
|
@ -64,8 +64,10 @@ return {
|
|||
{
|
||||
"saghen/blink.cmp",
|
||||
optional = true,
|
||||
---@module 'blink.cmp'
|
||||
---@type blink.cmp.Config
|
||||
opts = {
|
||||
windows = { ghost_text = { enabled = false } },
|
||||
completion = { ghost_text = { enabled = false } },
|
||||
},
|
||||
dependencies = {
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue