addet ghost text

This commit is contained in:
pika 2024-08-26 12:15:34 +02:00
parent 940a165c88
commit 577ef92873
2 changed files with 6 additions and 1 deletions

View file

@ -72,6 +72,9 @@ return {
completion = cmp.config.window.bordered(),
documentation = cmp.config.window.bordered(),
},
experimental = {
ghost_text = true, -- This enables the inline ghost text
},
})
end,
}
}