From ebcbf8e35b743308fc3ed50dd1d46db631d6612f Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Tue, 5 Apr 2022 08:08:44 +0200 Subject: [PATCH] feat: enable nvim-cmp ghost text --- nvim/lua/plugins.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nvim/lua/plugins.lua b/nvim/lua/plugins.lua index e6444f6..a5b1874 100644 --- a/nvim/lua/plugins.lua +++ b/nvim/lua/plugins.lua @@ -148,7 +148,8 @@ return require('packer').startup(function(use) fallback() end end, {"i", "s"}) - } + }, + experimental = {ghost_text = true} }) -- `/` cmdline setup.