fix(nvim): use hl group for cmp ghost_text

This commit is contained in:
Price Hiller 2023-05-07 22:48:02 -05:00
parent 151b95537b
commit 6b10ade655
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -80,7 +80,7 @@ cmp.setup({
side_padding = 0, side_padding = 0,
}, },
}, },
experimental = { ghost_text = true, native_menu = false }, experimental = { ghost_text = "Comment", native_menu = false },
snippet = { snippet = {
-- REQUIRED - you must specify a snippet engine -- REQUIRED - you must specify a snippet engine
expand = function(args) expand = function(args)