home: vim: completion: activate 'ghost_text'

I'm still thinking whether I would want to use one of those signature
helper windows to go with this/replace this feature.

Could be especially useful in C++.
This commit is contained in:
Bruno BELANYI 2022-05-19 14:53:05 +02:00
parent d4c4349cdb
commit 1fa47793e8

View file

@ -57,5 +57,8 @@ cmp.setup({
cmp.config.compare.order,
},
},
experimental = {
ghost_text = true,
},
})
EOF