fix(nvim): correctly enable cmp ghost text
This commit is contained in:
parent
e3f012195a
commit
1ed23cead3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user