mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
feat(cmp): ghost text
This commit is contained in:
parent
7753a46a6b
commit
2abd569ff2
1 changed files with 5 additions and 0 deletions
|
@ -72,6 +72,11 @@ return {
|
|||
return item
|
||||
end,
|
||||
},
|
||||
experimental = {
|
||||
ghost_text = {
|
||||
hl_group = "LspCodeLens",
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue