From 1fa47793e899bb260b73d7b2c01c724a8713391a Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 19 May 2022 14:53:05 +0200 Subject: [PATCH] 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++. --- home/vim/plugin/settings/completion.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/vim/plugin/settings/completion.vim b/home/vim/plugin/settings/completion.vim index 9a3d7e6..43f6795 100644 --- a/home/vim/plugin/settings/completion.vim +++ b/home/vim/plugin/settings/completion.vim @@ -57,5 +57,8 @@ cmp.setup({ cmp.config.compare.order, }, }, + experimental = { + ghost_text = true, + }, }) EOF