feat(nvim): enable ghost text in lsp
This commit is contained in:
parent
e0b1365b39
commit
dd24187a5d
1 changed files with 4 additions and 0 deletions
|
@ -42,4 +42,8 @@ cmp.setup {
|
||||||
path = "[path]",
|
path = "[path]",
|
||||||
})}),
|
})}),
|
||||||
},
|
},
|
||||||
|
|
||||||
|
experimental = {
|
||||||
|
ghost_text = true
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue