enable experimental ghost text for cmp
This commit is contained in:
parent
1d202e0690
commit
57dfdb074c
1 changed files with 4 additions and 0 deletions
|
|
@ -43,6 +43,10 @@ cmp.setup {
|
|||
entries = { name = 'custom', selection_order = 'near_cursor' },
|
||||
},
|
||||
|
||||
experimental = {
|
||||
ghost_text = true
|
||||
},
|
||||
|
||||
formatting = {
|
||||
fields = {'menu', 'abbr', 'kind'},
|
||||
format = function(entry, item)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue