diff --git a/dots/.config/nvim/lua/plugins/configs/cmp.lua b/dots/.config/nvim/lua/plugins/configs/cmp.lua index 7b05e520..927863db 100644 --- a/dots/.config/nvim/lua/plugins/configs/cmp.lua +++ b/dots/.config/nvim/lua/plugins/configs/cmp.lua @@ -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)