From 6b10ade6551efe4e0546248da2a6a30f3befaa9d Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 7 May 2023 22:48:02 -0500 Subject: [PATCH] fix(nvim): use hl group for cmp ghost_text --- dots/.config/nvim/lua/plugins/configs/_cmp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/nvim/lua/plugins/configs/_cmp.lua b/dots/.config/nvim/lua/plugins/configs/_cmp.lua index 1576cdf5..c848884b 100755 --- a/dots/.config/nvim/lua/plugins/configs/_cmp.lua +++ b/dots/.config/nvim/lua/plugins/configs/_cmp.lua @@ -80,7 +80,7 @@ cmp.setup({ side_padding = 0, }, }, - experimental = { ghost_text = true, native_menu = false }, + experimental = { ghost_text = "Comment", native_menu = false }, snippet = { -- REQUIRED - you must specify a snippet engine expand = function(args)