fix(nvim): correctly enable cmp ghost text

This commit is contained in:
Price Hiller 2023-08-15 23:05:55 -05:00
parent e3f012195a
commit 1ed23cead3
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -147,7 +147,7 @@ return {
side_padding = 0,
},
},
experimental = { ghost_text = "Comment", native_menu = false },
experimental = { ghost_text = { hl_group = "Comment" }, native_menu = false },
snippet = {
-- REQUIRED - you must specify a snippet engine
expand = function(args)