fix(nvim): use hl group for cmp ghost_text
This commit is contained in:
parent
151b95537b
commit
6b10ade655
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user