diff --git a/dots/.config/nvim/lua/plugins/configs/_cmp.lua b/dots/.config/nvim/lua/plugins/configs/_cmp.lua index 1576cdf5..c848884b 100755 --- a/dots/.config/nvim/lua/plugins/configs/_cmp.lua +++ b/dots/.config/nvim/lua/plugins/configs/_cmp.lua @@ -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)